POST api/View

Request Information

URI Parameters

None.

Body Parameters

Request
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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>