
rv_can_edit_reservation
Description
Returns a structure indicating whether a reservation can be edited and what parts.
Access
Read-only, master access not required, available to all users.
Parameters
| Number | Name | O/R | Usage |
|---|---|---|---|
| 1 | Auth | Required | Authentication structure.* |
| 2 | Reservation ID | Optional | “Id” of the reservation to return detail for. This is case sensitive. |
Example
Request
{
"method": "rv_can_edit_reservation",
"params": [
{
"bridge_username":"username",
"bridge_password":"password",
"link_id":"4"
},
"WB677"
],
"id": 1
}
Response
{
"id": 1,
"error": null,
"result": [
{
"can_edit": true,
"editable_items": ["Itineraries"]
}
]
}
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

