TravelCaster API - Reports
The back office report has three alternatives for accessing information:
- ReportBO.
- ReportXML.
- ReportNIR.
Products functionality
| Functionality | ReportBO | ReportXML | ReportNIR |
|---|---|---|---|
| Get information | Webhook | Every 15 mins | Every 20 mins |
| Format | JSON | XML | NIR |
| TKT - Issue | Yes | Yes | Yes |
| TKT - Void | Yes | Yes | No |
| TKT - Exchange | Yes | Yes | No |
| EMD - Issue | Yes | Yes | No |
| EMD - Void | Yes | Yes | No |
| EMD - TotalAmount | By EMD | By reservation | No |
| Own product (sell and consolidate) | Yes | Yes | Yes |
| Non-own product (sell and consolidate) | Yes | Yes | No |
ReportBO (Webhook)
The ReportBO service provides real-time notifications about reservation status changes. By using a Webhook (push) architecture, it eliminates the need for periodic polling, delivering JSON data immediately as events occur. This ensures your system is always synchronized with the latest ticket events data.
For more information, see the ReportBO section.
ReportXML (DownloadData)
The ReportXML service provides all the reservations of a full day or a specific time window. With standardized naming conventions and providing all the information in a single service request, it makes an easy and fast implementation.
For more information, see the ReportXML section.
ReportNIR (GetNIR)
The ReportNIR service provides all the reservations of a full day or a specific time window. As it is based on AIR version 207, the customers who already consume this format, will be able to perform an easy and fast implementation.
For more information, see the ReportNIR section.
API versions
| Version | Changes | Beta date | Stable date | Legacy date | Unavailable date |
|---|---|---|---|---|---|
| 1.0 | Initial version | 2024-01-29 | 2024-01-29 | 2024-01-29 | |
| 1.0 | ReportBO initial version | 2026-04-27 | 2026-04-27 | 2026-04-27 |