Skip to main content

HolderInput

HolderInput identifies the booking holder entity.

namename (string)

Holder given name.

surnamesurname (string)

Holder family name.

titletitle (string)

Courtesy title for the holder.

Possible values: [MR, MRS, MISS, MS, NOT_SPECIFIED]

contactInfo object

Contact details for the holder.

emailemail (string)

Primary email address that providers can use for notifications.

phone object

Traveller phone information for confirmations or alerts.

countryCodecountryCode (string)

International country dialling prefix without the plus sign.

numbernumber (string)

Subscriber number excluding the country code.

addressaddress (string)

Street address of the contact person.

citycity (string)

City associated with the contact address.

countrycountry (string)

Country ISO code associated with the contact address.

postalCodepostalCode (string)

Postal or ZIP code associated with the contact address.

HolderInput
{
"name": "string",
"surname": "string",
"title": "MR",
"contactInfo": {
"email": "string",
"phone": {
"countryCode": "string",
"number": "string"
},
"address": "string",
"city": "string",
"country": "string",
"postalCode": "string"
}
}