POST api/Cliente/reembolsar
Request Information
URI Parameters
None.
Body Parameters
CancelReservation| Name | Description | Type | Additional information |
|---|---|---|---|
| CReservacionFolio | integer |
None. |
|
| CUsuarioFolio | integer |
None. |
|
| UsuarioCancela | string |
None. |
|
| CMotivoFolio | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CReservacionFolio": 1,
"CUsuarioFolio": 2,
"UsuarioCancela": "sample string 3",
"CMotivoFolio": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | integer |
None. |
|
| Msg | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": 1,
"Msg": "sample string 2",
"Data": {
"$id": "2"
}
}