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": "865e90b6-b4c7-4006-ac32-abef85b6db1c",
  "IdEstado": "6410d60c-3fb5-4c7b-a8ef-932175f3fcd1",
  "FechaEstado": "2025-04-28T00:46:00.2579551-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-04-28T00:46:00.2579551-05:00</FechaEstado>
  <IdDocumento>865e90b6-b4c7-4006-ac32-abef85b6db1c</IdDocumento>
  <IdEstado>6410d60c-3fb5-4c7b-a8ef-932175f3fcd1</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/" />