
ac_get_extra_category
Description
An array of extra category detail structures containing “id”, ”desc” and “type”.
Access
Read-only, master access not required, available to internal users only.
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. |
| 3 | Types | Optional | For the array types – see the table below. |
*See call structure explanation.
3. Array types:
| Array key | Description |
|---|---|
| 0 | 0=general, 1=activity, 2=travel, 3=accommodation |
Example
Request
{
"method": "ac_get_extra_category",
"params": [
{
"bridge_username":"username",
"bridge_password":"password",
"link_id":"4"
},
"*",
[
1
]
],
"id": 1
}Response
{
"id": 1,
"error": null,
"result": [
{
"id": "WB2",
"desc": "Activities",
"type": "1"
}
]
}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

