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": "3b2725e2-0549-4cac-8471-af35bed8ab96",
"idConsulta": "23d1040e-ecc0-49f2-93cb-8985a4c55a07",
"Folio": "sample string 3",
"banDevolucion": true,
"tipoDevolucion": "sample string 5",
"FolioPasarela": "sample string 6",
"fecAtencion": "2026-03-23T07:58:09.086031-04:00",
"idUser": "d801fbe8-6779-457e-b05e-30071e9fa6d6"
}
application/xml, text/xml
Sample:
<TB_PostDevolucionesVC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <Folio>sample string 3</Folio> <FolioPasarela>sample string 6</FolioPasarela> <banDevolucion>true</banDevolucion> <fecAtencion>2026-03-23T07:58:09.086031-04:00</fecAtencion> <idAtencion>3b2725e2-0549-4cac-8471-af35bed8ab96</idAtencion> <idConsulta>23d1040e-ecc0-49f2-93cb-8985a4c55a07</idConsulta> <idUser>d801fbe8-6779-457e-b05e-30071e9fa6d6</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/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>