GET api/flights/{flightId}/clients
Gets all clients who have purchased tickets for a specific flight.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flightId |
The ID of the flight. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An HttpResponse containing a list of clients on the specified flight, or a 404 response if the flight is not found.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.