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": "25a5fd2e-5d9c-40f0-baa7-f07432837173",
  "IdEstado": "db37d148-4395-4fc4-ad59-3eb693f52838",
  "FechaEstado": "2025-08-29T09:17:48.8104917-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-08-29T09:17:48.8104917-05:00</FechaEstado>
  <IdDocumento>25a5fd2e-5d9c-40f0-baa7-f07432837173</IdDocumento>
  <IdEstado>db37d148-4395-4fc4-ad59-3eb693f52838</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/" />