POST api/Paquete/LandingServicio
Request Information
URI Parameters
None.
Body Parameters
ServicioRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoServicio | string |
None. |
|
| Moneda | string |
None. |
|
| Usuario | string |
None. |
|
| HotelId | Collection of integer |
None. |
|
| HotelIds | DataTable |
None. |
Request Formats
application/json, text/json
Sample:
{
"TipoServicio": "sample string 1",
"Moneda": "sample string 2",
"Usuario": "sample string 3",
"HotelId": [
1,
2
],
"HotelIds": null
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| Message | string |
None. |
|
| Id | integer |
None. |
|
| Response | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Folio": 1,
"Message": "sample string 2",
"Id": 3,
"Response": {
"$id": "2"
}
}