POST api/PostDevolucionesVC
Request Information
URI Parameters
None.
Body Parameters
TB_PostDevolucionesVC| Name | Description | Type | Additional information |
|---|---|---|---|
| idAtencion | globally unique identifier |
None. |
|
| idConsulta | globally unique identifier |
None. |
|
| Folio | string |
None. |
|
| banDevolucion | boolean |
None. |
|
| tipoDevolucion | string |
None. |
|
| FolioPasarela | string |
None. |
|
| fecAtencion | date |
None. |
|
| idUser | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idAtencion": "d81d9456-3f96-4f92-a8f2-72b074881a6c",
"idConsulta": "42ddc845-a570-44ea-b32c-4638a0f25d88",
"Folio": "sample string 3",
"banDevolucion": true,
"tipoDevolucion": "sample string 5",
"FolioPasarela": "sample string 6",
"fecAtencion": "2026-03-21T19:45:58.7020866-04:00",
"idUser": "e7571cb8-1c1f-4161-a143-40189e7883f8"
}
application/xml, text/xml
Sample:
<TB_PostDevolucionesVC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <Folio>sample string 3</Folio> <FolioPasarela>sample string 6</FolioPasarela> <banDevolucion>true</banDevolucion> <fecAtencion>2026-03-21T19:45:58.7020866-04:00</fecAtencion> <idAtencion>d81d9456-3f96-4f92-a8f2-72b074881a6c</idAtencion> <idConsulta>42ddc845-a570-44ea-b32c-4638a0f25d88</idConsulta> <idUser>e7571cb8-1c1f-4161-a143-40189e7883f8</idUser> <tipoDevolucion>sample string 5</tipoDevolucion> </TB_PostDevolucionesVC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>