empty_legs

Partial update of an Empty Leg record

Partial update of an Empty Leg record

patch/v3/empty_legs/{id}/

Path parameters

idinteger required

ID of the Empty Leg record

Request body

idinteger
registration_numberstring nullable

Aircraft registration number

aircraft_typestring nullable
companystring nullable

Company name

from_date_utcstring date-time

From date available in format "yyyy-mm-ddThh:mm"

to_date_utcstring date-time

To date available in format "yyyy-mm-ddThh:mm"

commentstring nullable

Commentary about availability record

pricenumber double nullable

Flight price

currency_codestring nullable

Price currency (3 digit currency code)

Response

idinteger required
registration_numberstring nullable required

Aircraft registration number

aircraft_typestring nullable required
companystring nullable required

Company name

from_date_utcstring date-time required

From date available in format "yyyy-mm-ddThh:mm"

to_date_utcstring date-time required

To date available in format "yyyy-mm-ddThh:mm"

commentstring nullable

Commentary about availability record

pricenumber double nullable

Flight price

currency_codestring nullable

Price currency (3 digit currency code)

Changes

No recorded changes to this endpoint across all 1 revision of this API.