
rv_get_itinerary
Description
Returns a list of of itinerary detail structures for the specified reservation containing “id”, “property”, “accommodation”, “arrive_date”, “depart_date”, “rate_type” and a “rate_groups” structure containing the “id” and “qty” for each rate group.
Access
Read-only, master access not required, available to internal users only.
Parameters
| Number | Name | O/R | Usage |
|---|---|---|---|
| 1 | Auth | Required | Authentication structure.* |
| 2 | Reservation ID | Required | “Id” of the reservation to return itineraries for. |
Example
Request
{
"method": "rv_get_itinerary",
"params": [
{
"bridge_username":"username",
"bridge_password":"password",
"link_id":"4"
},
"WB677"
],
"id": 1
}Response
{
"id": 1,
"error": null,
"result": [
{
"id": "11e82e51036df1ffa677021f2a6099e3",
"property": "WB3",
"accommodation": "WB7",
"arrive_date": "2018-04-01",
"depart_date": "2018-04-03",
"rate_type": "WB1",
"rate_groups": [
{
"id": "RS1",
"qty": "1"
},
{
"id": "RS2",
"qty": "2"
}
]
}
]
}Keep up to date with us
Menu
Visit our website
ResRequest Modules
- Business Intelligence
- Central Reservations
- Channel Management
- Customer Relationship Management
- Developer
- Email Series 2022
- Email Series 2023
- Financial Management
- Marketing tools
- Payment Gateways
- Point of sale
- Product
- Professional Services
- Property Management
- ResConnect
- ResInsite
- ResNova
- System Setup
- Technical Alerts
- Technical Tips
- Telephone Management
- Webinars Index

