The OTA_GroundBookRS (Transfer Booking Response) returns the outcome of a quote or commit booking request for ground/transfer services, including final pricing, service details, and references. If the booking cannot be processed, the response omits Success and includes Errors.
Use this message to read final prices and booking references after a quote or commit operation.
Get a successful response from the book request (either quote or commit). Recieve confirmation about the booking, meet and greet information, rates and cancellation rules.
Pickup/DropOff data required to operate the transfer. For airport legs provide flight number and arrival/departure timestamps; for hotels provide the OTS hotel code.
ServiceCharge lines provide a detailed breakdown of the calculation for each chargeable item. Each line includes:
Amount and CurrencyCode: The value and currency for the charge.
ChargePurpose (Code, Description): The reason for the charge (e.g., 35 = Base Rate, 28 = Optional, 3 = Discount, 36 = Mandatory).
Calculation (Quantity, UnitName): How the charge was calculated (e.g., per service, per passenger, per unit).
TotalCharge: The TotalCharge node provides the final price for the booking, which is the amount used for accountancy and invoicing. This value includes all service charges and extras.
Purpose Codes (VCP):
3: Discount
28: Optional
35: Base Rate
36: Mandatory
All amounts in ServiceCharge and Fees are included in TotalCharge. The final price is always the value in TotalCharge—no hidden or additional fees.
Example Breakdown:
Two ServiceCharge lines may appear if, for example, the base rate is charged per leg or per passenger.
Extras such as bicycles or large pets are shown as Fee lines, and their amounts are included in the total.
The response structure is consistent for both Quote and Commit.
Always check the ServiceCharge and Fees sections for a full breakdown of what is included in the TotalCharge. This helps with reconciliation and customer transparency.
Language depends on the request’s PrimaryLangID; defaults to English when not available.
Copy
Ask AI
<Comments Language="EN">Arrival Instructions:Once you have collected your luggage, please proceed to the MTS Globe Office desk at the arrivals hall.Identify yourself by showing your voucher. Our staff will indicate the location of your vehicle.Do not leave the arrivals hall until you have located our representative or your driver.Emergency number: (+34) 871 170 555</Comments>
Cancellation policy is returned in the response for both quote and commit flows. Use the master or child client reference to cancel the entire booking, or a specific child reference for partial cancellations.
Arrival instructions text follows the PrimaryLangID from the original request. If the requested language is unavailable, English is returned by default.