GET API/Checkin/POPNames/{POPType}/{HotelId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| POPType | string |
Required |
|
| HotelId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of POPAgentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | string |
None. |
|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| GSTNumber | string |
None. |
|
| CountryName | string |
None. |
|
| StateName | string |
None. |
|
| CityName | string |
None. |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| CityId | integer |
None. |
|
| CorporateAgentId | integer |
None. |
|
| label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Address": "sample string 1",
"Name": "sample string 2",
"Phone": "sample string 3",
"Email": "sample string 4",
"GSTNumber": "sample string 5",
"CountryName": "sample string 6",
"StateName": "sample string 7",
"CityName": "sample string 8",
"CountryId": 9,
"StateId": 10,
"CityId": 11,
"CorporateAgentId": 12,
"label": "sample string 13"
},
{
"Address": "sample string 1",
"Name": "sample string 2",
"Phone": "sample string 3",
"Email": "sample string 4",
"GSTNumber": "sample string 5",
"CountryName": "sample string 6",
"StateName": "sample string 7",
"CityName": "sample string 8",
"CountryId": 9,
"StateId": 10,
"CityId": 11,
"CorporateAgentId": 12,
"label": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfPOPAgentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
<POPAgentDetails>
<Address>sample string 1</Address>
<CityId>11</CityId>
<CityName>sample string 8</CityName>
<CorporateAgentId>12</CorporateAgentId>
<CountryId>9</CountryId>
<CountryName>sample string 6</CountryName>
<Email>sample string 4</Email>
<GSTNumber>sample string 5</GSTNumber>
<Name>sample string 2</Name>
<Phone>sample string 3</Phone>
<StateId>10</StateId>
<StateName>sample string 7</StateName>
<label>sample string 13</label>
</POPAgentDetails>
<POPAgentDetails>
<Address>sample string 1</Address>
<CityId>11</CityId>
<CityName>sample string 8</CityName>
<CorporateAgentId>12</CorporateAgentId>
<CountryId>9</CountryId>
<CountryName>sample string 6</CountryName>
<Email>sample string 4</Email>
<GSTNumber>sample string 5</GSTNumber>
<Name>sample string 2</Name>
<Phone>sample string 3</Phone>
<StateId>10</StateId>
<StateName>sample string 7</StateName>
<label>sample string 13</label>
</POPAgentDetails>
</ArrayOfPOPAgentDetails>