BookingFlow
Starts a booking using the criteria provided (PRIVATE API CREDENTIALS ONLY - DO NOT CALL FROM PUBLIC APPS/WIDGETS).
post/booking/{orderId}/{orderKey}
Path parameters
orderIdinteger required
Numeric order Id.
orderKeystring required
36-character order security key.
Query parameters
interactSessionstring
Optional but recommended customer interaction session. Keep the same session valid for the whole customer interaction journey.
Request body
Example request
{
"contactInfo": {
"internalRef": "CUST-123",
"emailAddress": "joe.bloggs@email.com",
"telephone": {
"countryPrefix": "44",
"number": "0123456789"
},
"firstname": "Joe",
"surname": "Bloggs",
"company": "ACME Travel",
"address1": "123 Any Road",
"city": "Bournemouth",
"state": "Dorset",
"postalCode": "BH1 1AB",
"countryCode": "GB"
}
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.