v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Create Flight Categories

post/v1/flight/{FlightID}/category

Path parameters

FlightIDinteger required

ID of the Flight

Request body

Namestring required

The category's name

Idinteger

The category ID. If the category is new to your network, this field is optional

Response

200

Idinteger
Namestring

Example response

{
  "Id": 4567,
  "Name": "Sports"
}