POST api/USKG/FlightWaitListStatus?signature={signature}&tours={tours}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| signature | string |
Required |
|
| tours | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of FlightWaitListStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| TournamentId | integer |
None. |
|
| FlightId | integer |
None. |
|
| FlightMaxField | integer |
None. |
|
| FlightRegistered | integer |
None. |
|
| TournamentMaxField | integer |
None. |
|
| TournamentRegistered | integer |
None. |
|
| FlightOnWaitlist | boolean |
None. |
|
| FlightName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EventId": 1,
"TournamentId": 2,
"FlightId": 3,
"FlightMaxField": 4,
"FlightRegistered": 5,
"TournamentMaxField": 6,
"TournamentRegistered": 7,
"FlightOnWaitlist": true,
"FlightName": "sample string 9"
},
{
"EventId": 1,
"TournamentId": 2,
"FlightId": 3,
"FlightMaxField": 4,
"FlightRegistered": 5,
"TournamentMaxField": 6,
"TournamentRegistered": 7,
"FlightOnWaitlist": true,
"FlightName": "sample string 9"
}
]