GET api/GuestHubID?resortid={resortid}&date={date}&rk={rk}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
resortid | integer |
Required |
|
date | date |
Required |
|
rk | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GuestHubIDJSONResponseName | Description | Type | Additional information |
---|---|---|---|
GuestHubID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "GuestHubID": "4cf0e27c-046b-4ed5-8bb5-1c9b49e29256" }
application/xml, text/xml
Sample:
<GuestViewModel.GuestHubIDJSONResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ePlat.Models.ViewModels"> <GuestHubID>4cf0e27c-046b-4ed5-8bb5-1c9b49e29256</GuestHubID> </GuestViewModel.GuestHubIDJSONResponse>