Create a new booking
POST /Bookings
Currency
Agent's reference number
General booking note
Agent’s Code that is creating the booking through a wholesale agent
Travel Consultant First Name
Travel Consultant Surname
Store Agent Email - Applicable only with Agent Company API Key
{
"currency": "gbp",
"agentReferenceNumber": null,
"bookingNote": null,
"storeAgentCode": null,
"travelConsultantFirstName": "Phil",
"travelConsultantSurname": "Maye",
"storeAgentEmail": "storeagent@testmail.com"
}
ID of the resource
URI of the resource
{
"id": 887124,
"href": "bookings/887124"
}