POST api/wsf_get_hotels_partenze

Request Information

URI Parameters

None.

Body Parameters

inputGetPartenze
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'inputGetPartenze'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.