
rt_get_payment_plan
Description
Returns an array of detail structures containing “id” and “name”.
Version
Available from version 5.25.0.
Access
Read-only, master access not required, available to all users.
Parameters
| Number | Name | O/R | Usage |
|---|---|---|---|
| 1 | Auth | Required | Authentication structure.* |
| 2 | Search | Optional | Allows a search on name. May use * or % as wildcard characters. |
Example
Request
{
"method": "rt_get_payment_plan",
"params": [
{
"bridge_username":"username",
"bridge_password":"password",
"link_id":"4"
},
""
],
"id": 1
}
Response
{
"id": 1,
"error": null,
"result": [
{
"id": "RS",
"name": "Standard Terms (30% 7days, 70% 30 days< arrival)"
},
{
"id": "WB",
"name": "Account (100% 30 Days > Departure)"
},
{
"id": "WB",
"name": "On Line Booking (20% now, 80% 30days < arrival)"
},
{
"id": "WB",
"name": "Direct (20% 5days, 80% <30days Arr)"
},
{
"id": "WB",
"name": "Walk in (100% now)"
}
]
}
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

