POST api/GetHotels
Request Information
URI Parameters
None.
Body Parameters
Request| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Object |
None. |
|
| userName | string |
None. |
|
| password | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<Request xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" userName="sample string 2" password="sample string 3"> <getHotels /> </Request>
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of Object |
None. |
Response Formats
application/xml, text/xml
Sample:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ok /> <ok /> </Response>