Async Booking (Cart)

Submit your order

POST /api/cart/{cartId}/order/submit

This endpoint allows you to submit booking

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

customer

object

Customer Details

customer.title

string

customer.firstName

string

customer.lastName

string

customer.email

string

customer.phone

string

products

array of objects

products.*._id

integer

products.*.type

string

Parking / Hotel / Lounge

products.*.flight

object

flight details

products.*.flight.inbound_flight

string

products.*.flight.outbound_flight

string

inbound or outbound

products.*.flight.inbound_terminal

string

products.*.flight.outbound_terminal

products.*.vehicle

object

products.*.vehicle.vehicle_reg

string

products.*.vehicle.vehicle_make

string

products.*.vehicle.vehicle_model

string

products.*.vehicle.colour

string

products.*.vehicle.passengers

integer

Sample Request

Response

Last updated