GET API/Checkin/GetIdProof/{HotelId}/{GuestId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| HotelId | integer |
Required |
|
| GuestId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IdProof| Name | Description | Type | Additional information |
|---|---|---|---|
| Path | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Path": "sample string 1"
},
{
"Path": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfIdProof xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
<IdProof>
<Path>sample string 1</Path>
</IdProof>
<IdProof>
<Path>sample string 1</Path>
</IdProof>
</ArrayOfIdProof>