🎯 Enhancements​
Booker Contact Requirement Update​
You can now create or update passenger information without providing a phone number.
Affected API Endpoints​
Description​
Either the booker's phone number or email address is now required when creating a booking.
At least one of these fields must be provided to proceed with the request.
Example Request​
{
"booker": {
"title": "Mr",
"firstName": "David",
"lastName": "James",
"email": "passenger@example.com"
},
...
}