POST api/Emisor/GuardarNotificacion
Request Information
URI Parameters
None.
Body Parameters
GuardarNotificacionModelName | Description | Type | Additional information |
---|---|---|---|
IdEmisorSucursal | globally unique identifier |
None. |
|
Mensaje | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdEmisorSucursal": "a9ff7271-c756-4782-9114-8a685efc48c2", "Mensaje": "sample string 2" }
application/xml, text/xml
Sample:
<GuardarNotificacionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFACSEV2.Models.Json"> <IdEmisorSucursal>a9ff7271-c756-4782-9114-8a685efc48c2</IdEmisorSucursal> <Mensaje>sample string 2</Mensaje> </GuardarNotificacionModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />