Skip to main content
POST
Create booking
Create a new booking with FFR fields and reference to quote.

Reference Documentation

For more information on booking creation workflows, please refer to:

Authorizations

Authorization
string
header
required

Body

application/json
quoteId
string
required

Quote identifier from the pricing response

Example:

"quote-123"

flightId
string
required

Flight identifier for the booking

Example:

"QR001-20240101"

pieces
integer
required

Number of pieces in the shipment

Example:

10

weight
number
required

Total weight in kilograms

Example:

500

commodity
string
required

Commodity code

Example:

"GEN"

shipper
object
required
consignee
object
required
awb
object
required
routing
object[]
required
Example:
grossWeightKg
number
required

Gross weight in kilograms

Example:

500.5

chargeableWeightKg
number
required

Chargeable weight in kilograms

Example:

520

dimensionsCm
object[]
required
Example:
volume
number

Total volume in cubic meters

Example:

2.5

shc
string[]

Special handling codes

Example:

Response

201 - application/json

Booking created

id
string
Example:

"booking-123"

quoteId
string
Example:

"quote-123"

status
enum<string>
Available options:
pending,
confirmed,
rejected,
cancelled
Example:

"pending"

flightId
string
Example:

"QR001-20240101"

awbNumber
string
Example:

"15712345678"

createdAt
string<date-time>
Example:

"2024-01-01T10:00:00Z"