POST api/SriEnvio
Request Information
URI Parameters
None.
Body Parameters
SriComprobantes| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaveAcceso | string |
None. |
|
| EstadoRecepcion | string |
None. |
|
| EstadoAutorizacion | string |
None. |
|
| FechaAutorizacion | date |
None. |
|
| EmpresasID | integer |
None. |
|
| XmlRequest | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaveAcceso": "sample string 1",
"EstadoRecepcion": "sample string 2",
"EstadoAutorizacion": "sample string 3",
"FechaAutorizacion": "2026-01-14T04:40:28.364896-08:00",
"EmpresasID": 5,
"XmlRequest": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.