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": "399011f0-1c77-49c4-84ba-1a52ee859d94",
"SolicitudId": "108c03f0-34c2-426d-8e00-38f3cd29a61f",
"Xml": "sample string 3",
"SolicitanteId": "03c2178f-d639-430b-8dc2-b4c1913700f4",
"FechaRespuesta": "2026-04-11T18:56:28.5210044-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:28.5210044-06:00</FechaRespuesta> <Id>399011f0-1c77-49c4-84ba-1a52ee859d94</Id> <SolicitanteId>03c2178f-d639-430b-8dc2-b4c1913700f4</SolicitanteId> <SolicitudId>108c03f0-34c2-426d-8e00-38f3cd29a61f</SolicitudId> <Xml>sample string 3</Xml> </RespuestaSatModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.