Async Booking (Cart)
Last updated
Last updated
{
"customer": {
"title": "Mr",
"firstName": "mark",
"lastName": "test",
"email": "[email protected]",
"phone": "07530000000"
},
"products": [
{
"_id": "6924799dd71d0",
"type": "Parking",
"vehicle": {
"arrival_time": "",
"return_time": "",
"vehicle_make": "qweqweqwe",
"vehicle_model": "qweqwe",
"vehicle_reg": "qweqwqwe",
"vehicle_colour": "qweqwe",
"passengers": 1
},
"flight": {
"inbound_flight": "qweqwe",
"inbound_terminal": "",
"outbound_flight": "qwe",
"outbound_terminal": "",
"destination_airport": "TBC",
"destination": "TBC",
"inbound_depart_point": "TBC"
}
}
]
}{
"success": true,
"order": "123abc",
"message": "Order created"
}{
"error": "Invalid request"
}