POST api/Verificaciones/RespuestaSat
Request Information
URI Parameters
None.
Body Parameters
RespuestaSatModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SolicitudId | globally unique identifier |
None. |
|
| Xml | string |
Required |
|
| SolicitanteId | globally unique identifier |
None. |
|
| FechaRespuesta | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "09de4b17-be08-4f11-95b4-49b49f14cf54",
"SolicitudId": "0c05c004-95ba-4f52-8166-978ef7cdd694",
"Xml": "sample string 3",
"SolicitanteId": "8cbb9ffe-fc28-4e75-ac3c-41e144078989",
"FechaRespuesta": "2026-08-20T15:43:55.6214438-06:00"
}
application/xml, text/xml
Sample:
<RespuestaSatModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Verificaciones.WebApi.Models"> <FechaRespuesta>2026-08-20T15:43:55.6214438-06:00</FechaRespuesta> <Id>09de4b17-be08-4f11-95b4-49b49f14cf54</Id> <SolicitanteId>8cbb9ffe-fc28-4e75-ac3c-41e144078989</SolicitanteId> <SolicitudId>0c05c004-95ba-4f52-8166-978ef7cdd694</SolicitudId> <Xml>sample string 3</Xml> </RespuestaSatModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.