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": "f41093f6-b7da-4137-a30c-aa01f2c9a01e",
  "IdEstado": "c5705915-a000-4123-9308-8a35aca67526",
  "FechaEstado": "2026-07-30T22:01:03.6849933-05:00"
}

application/xml, text/xml

Sample:
<CambioEstadoFactura xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISIGNO.Models">
  <FechaEstado>2026-07-30T22:01:03.6849933-05:00</FechaEstado>
  <IdDocumento>f41093f6-b7da-4137-a30c-aa01f2c9a01e</IdDocumento>
  <IdEstado>c5705915-a000-4123-9308-8a35aca67526</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/" />