Format of the Name element (in RequiredParameter)
|
Value | Format | Description |
BedType | value1 (description1), value2 (description2), ... [values taken from DisplayText ] |
Specifies the bed type the end user requires. Example: Please Select a Bed Type: regularBed, extraBed, parentsBed, childExtraBed See notes below this table for more information |
TravelPurpose | value1 (description1), value2 (description2), ... [values taken from DisplayText ] |
Specifies purpose of / reason for travel of the end user. Example: Please specify a purpose of travel: Business, Leisure See notes below this table for more information |
MessageToTheHotel | text | This is a non-binding request that will be sent to the hotel. The hotel will reply directly to the contact details submitted for this booking |
SupplierBusinessAccountCardNotPresentAuthorisation | boolean | Indicates whether supplier business account card authorisation should be requested from the supplier in which case SupplierBusiness AccountCardUsername and SupplierBusinessAccountCardPas sword should be supplied as well |
SupplierBusinessAccountCardUsername | text | The supplier business account card username to submit to the supplier |
SupplierBusinessAccountCardPassword | text | The supplier business account card password to submit to the supplier |
SupplierNegotiatedFaresCode | text | This enables to receive special negotiated fares when the unique code obtained from the supplier is submitted using this parameter |
FrequentGuestNumber | text | This enables customers to receive loyalty rewards when the unique number issued by the supplier is submitted using this parameter |
UseSupplierDirectBilling | boolean | Indicates that the user agrees to be billed directly by the supplier, per their agreement. |
SupplierDirectBillingCode | text | The direct billing code, if requires by the supplier to authorise a direct billing booking. |
UseTFMerchant | boolean | Indicates that the card will be charged via the Travelfusion Merchant solution. |
For both BedType and TravelPurpose, you will present the end user with a selection or some options, and
they will then need to select or type in an appropriate value. The
DisplayText
must be parsed to extract the values and descriptions. The delimeters are the following characters : , ( )
Any leading and trailing whitespace should be trimmed from all values and descriptions.:
will not appear in the initial text.(
and,
will not appear in any of the values.)
will not appear in the descriptions.
Please note that this is an unofficial interim solution and may be subject to improvement or complete alteration at any point in the future.
For parameters with boolean format, you will present the end user with a radio button with values yes and no. If yes is selected, submit 'y' for this parameter. Otherwise submit value 'n'.
For parameters with text format, you will present the end user with a simple text box and submit the value entered for this parameter.
Parameters with Other Effects
Value | Effect | Description |
GuestName |
|
Identifies suppliers that require guest name information either per passenger, per room or per booking. |
CreditCardRequiredForReservation | If specified, CreditCard must be included in BillingDetails of the BookingProfile. | Identifies suppliers that use the credit card only for validation, authentication and for securing the reservation. Please note that this card may be charged in case of "no-show". |