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": "1544b414-6fd6-4f9b-97e4-12473cdae3e4",
"SolicitudId": "c83b5672-96d3-4ed8-b338-467c9de4396c",
"Xml": "sample string 3",
"SolicitanteId": "5325d721-1854-42f7-8001-f540824cb99a",
"FechaRespuesta": "2026-08-20T21:31:49.4612756+00: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-20T21:31:49.4612756+00:00</FechaRespuesta> <Id>1544b414-6fd6-4f9b-97e4-12473cdae3e4</Id> <SolicitanteId>5325d721-1854-42f7-8001-f540824cb99a</SolicitanteId> <SolicitudId>c83b5672-96d3-4ed8-b338-467c9de4396c</SolicitudId> <Xml>sample string 3</Xml> </RespuestaSatModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.