POST api/wsf_get_hotels_partenze
Request Information
URI Parameters
None.
Body Parameters
inputGetPartenzeName | Description | Type | Additional information |
---|---|---|---|
hotelId | string |
None. |
|
giorno | integer |
None. |
|
mese | integer |
None. |
|
anno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "hotelId": "sample string 1", "giorno": 2, "mese": 3, "anno": 4 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.