GET api/airplanes/{id}/seats

Gets all seats associated with a specific airplane.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.