GET api/airplanes/{id}/seats
Gets all seats associated with a specific airplane.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the airplane. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponse containing the list of seats for the airplane, or a 404 Not Found response if the airplane does not exist.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.