POST api/Emisor/CambiarEstadoFactura

Request Information

URI Parameters

None.

Body Parameters

CambioEstadoFactura
NameDescriptionTypeAdditional information
IdDocumento

globally unique identifier

None.

IdEstado

globally unique identifier

None.

FechaEstado

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IdDocumento": "83456b3e-4351-4c49-83ba-1184599e7b1d",
  "IdEstado": "121dc61e-8e26-4f62-a966-e55290533f98",
  "FechaEstado": "2025-06-28T09:49:34.1304546-05:00"
}

application/xml, text/xml

Sample:
<CambioEstadoFactura xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFACSEV2.Models">
  <FechaEstado>2025-06-28T09:49:34.1304546-05:00</FechaEstado>
  <IdDocumento>83456b3e-4351-4c49-83ba-1184599e7b1d</IdDocumento>
  <IdEstado>121dc61e-8e26-4f62-a966-e55290533f98</IdEstado>
</CambioEstadoFactura>

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 'CambioEstadoFactura'.

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