GET v3/instances/{id}/best-available?quantity={quantity}
Returns the current best available seats for an instance for the number specified
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
quantity | integer |
Required |
|
areaIds | Collection of string |
None. |
|
bandIds | Collection of string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SeatName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
Row | string |
None. |
|
Number | integer |
None. |
|
PreviousSeatId | integer |
None. |
|
PreviousIsAcrossAisle | boolean |
None. |
|
NextIsAcrossAisle | boolean |
None. |
|
NextSeatId | integer |
None. |
|
X | integer |
None. |
|
Y | integer |
None. |
|
Attributes | There will be additional properties (custom to each client) with the prefix 'Attribute_' |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.