OTA_ProductDescriptiveInfoRQ (Excursion Details Request) is used to request NBC mapping data for a specific excursion. It follows the OTA schema and is the entry point in the transactional model to retrieve descriptive data for excursions.
OTA_TourActivityBookRQ API call
Try our API playground in real time.
Purpose
This request fetches descriptive information for excursions needed for NBC mapping, by referencing a specificTourActivityID. It is analogous in intent to product descriptive requests in other verticals, but targeted at excursions.
Structure – Root Element
Version: Specification version (e.g., “2016.2”).PrimaryLangID: Primary language code (ISO 639).AltLangID: Alternate language code (ISO 639).SequenceNmbr: Client-assigned sequence number for idempotence/tracking.xmlns: “http://www.opentravel.org/OTA/2003/05”.
Structure – Core Elements
POS (Point of Sale)
Identifies the requesting party and contains credentials.ProductDescriptiveInfos / TourActivityDescriptiveInfo
Container specifying which excursion to describe.TourActivityDescriptiveInfo/@TourActivityID— required. Identifies the excursion to be described.
Complete Example
Common Use Cases
- Excursion Details Request (NBC mapping): Request descriptive data for a single excursion by
TourActivityIDto drive mapping of products/services.
Playground
OTA_TourActivityBookRQ API call
Try our API playground in real time.

