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": "c74d8dfd-16f9-4935-9923-636923725cfa",
"SolicitudId": "73fa2623-c2bf-496a-8670-7741a8fbde65",
"Xml": "sample string 3",
"SolicitanteId": "20e04ec5-4391-43f1-b719-6998401e54a2",
"FechaRespuesta": "2026-08-12T07:55:42.1021611-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-12T07:55:42.1021611-06:00</FechaRespuesta> <Id>c74d8dfd-16f9-4935-9923-636923725cfa</Id> <SolicitanteId>20e04ec5-4391-43f1-b719-6998401e54a2</SolicitanteId> <SolicitudId>73fa2623-c2bf-496a-8670-7741a8fbde65</SolicitudId> <Xml>sample string 3</Xml> </RespuestaSatModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.