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": "35762a0f-e160-40e6-b230-761de2fdb1cb",
"SolicitudId": "da1821b7-a927-4707-9f17-6f228278cf5c",
"Xml": "sample string 3",
"SolicitanteId": "413e5bf1-e202-4bcf-b465-b1317771cea9",
"FechaRespuesta": "2026-04-11T18:55:36.6276989-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:55:36.6276989-06:00</FechaRespuesta> <Id>35762a0f-e160-40e6-b230-761de2fdb1cb</Id> <SolicitanteId>413e5bf1-e202-4bcf-b465-b1317771cea9</SolicitanteId> <SolicitudId>da1821b7-a927-4707-9f17-6f228278cf5c</SolicitudId> <Xml>sample string 3</Xml> </RespuestaSatModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.