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": "7354eba5-dfc3-474c-8b34-12ec2dabbdc4",
"SolicitudId": "7793af7c-47a4-4e00-a9be-6369eebc4f74",
"Xml": "sample string 3",
"SolicitanteId": "783f9031-0ece-4c2e-8959-d7d0b085a700",
"FechaRespuesta": "2026-04-11T18:56:24.9378258-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-04-11T18:56:24.9378258-06:00</FechaRespuesta> <Id>7354eba5-dfc3-474c-8b34-12ec2dabbdc4</Id> <SolicitanteId>783f9031-0ece-4c2e-8959-d7d0b085a700</SolicitanteId> <SolicitudId>7793af7c-47a4-4e00-a9be-6369eebc4f74</SolicitudId> <Xml>sample string 3</Xml> </RespuestaSatModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.