POST Nomina/Emisor/GuardarNotificacion

Request Information

URI Parameters

None.

Body Parameters

GuardarNotificacionModel
NameDescriptionTypeAdditional information
IdEmisorSucursal

globally unique identifier

None.

Mensaje

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEmisorSucursal": "dc70b3c0-6611-41f9-a470-d481fa060661",
  "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>dc70b3c0-6611-41f9-a470-d481fa060661</IdEmisorSucursal>
  <Mensaje>sample string 2</Mensaje>
</GuardarNotificacionModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GuardarNotificacionModel'.

Response Information

Resource Description

Object

None.

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/" />