POST api/getSeatDetail
Request Information
URI Parameters
None.
Body Parameters
ScanQRRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| SeatID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SeatID": "75cd5a04-06a6-49fc-aba8-7406aee860d1"
}
application/xml, text/xml
Sample:
<ScanQRRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <SeatID>75cd5a04-06a6-49fc-aba8-7406aee860d1</SeatID> </ScanQRRequestClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |