GET api/GuestHubID?resortid={resortid}&date={date}&rk={rk}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
resortid

integer

Required

date

date

Required

rk

string

Required

Body Parameters

None.

Response Information

Resource Description

GuestHubIDJSONResponse
NameDescriptionTypeAdditional information
GuestHubID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "GuestHubID": "2af2d38f-2afd-4e0c-bf16-ee1967b99877"
}

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>2af2d38f-2afd-4e0c-bf16-ee1967b99877</GuestHubID>
</GuestViewModel.GuestHubIDJSONResponse>