"bookingInfo": [
{
"reservationReference": "reservation reference - used within RCM to identify the booking <string>",
"pickupDate": "date of pickup (pickup location-timezone)<date dd/MMM/yyyy>",
"pickupTime": "time of pickup (pickup location-timezone)<24hour time HH:mm>",
"pickupLocationName": "pickup location name <string>",
"dropoffDate": "date of drop-off (dropoff location-timezone)<date dd/MMM/yyyy>",
"dropoffTime": "time of drop-off (dropoff location-timezone)<24hour time HH:mm>",
"dropoffLocationName": "drop-off location name<string>"
}
],
"customerInfo": [
{
"customerId": "id of customer<int_id>",
"firstName": "first name<string>",
"lastName": "last name<string>",
"dateOfBirth": "date of birth<date dd/MMM/yyyy>",
"licenseNo": "drivers license number<string>",
"licenseIssued": "drivers license issued from<string>",
"licenseExpires": "drivers license expires date/string <date dd/MMM/yyyy> or <string 'lifetime'>",
"email": "email<string>",
"phone": "phone number<string>",
"mobile": "mobile number<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"postcode": "<string>",
"country": "<string>",
"passport": "<string>"
}
],
"additionalDrivers": [
{
"customerId": "customer id of extra driver<int_id>",
"firstName": "first name <string>",
"lastName": "last name<string>",
"dateOfBirth": "date of birth<date dd/MMM/yyyy>",
"email": "<string>",
"phone": "<string>",
"mobile": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"postcode": "<string>",
"country": "country name<string>",
"licenseNo": "license number<string>",
"licenseExpires": "license expires date/string <date dd/MMM/yyyy> or <string 'lifetime'>",
"licenseIssued": "license issued by<string>"
}
]
}