rf_get_tripsheet_field
Description
Returns a list of available tripsheet field structures containing “id”, “name”, “type_id”, “type”, “sequence”, “mandatory_yn”, “properties”, and optionally an array of “items” for fields with preset values. The “properties” array contains a list of property structures with “id” and “name”. The “items” array contains structures with “id”, “content”, “default_yn”, and “sequence”.
Version
Available from 7.14.0.
Access
Read-only, master access not required, available to internal users.
Parameters
Number | Name | O/R | Version | Usage |
---|---|---|---|---|
1 | Auth | Required | 7.14.0+ | Authentication structure.* |
2 | Search | Required | 7.14.0+ | Allows a search on tripsheet field name. May use * or % as wildcards. |
Example
Requests
{ "method": "rf_get_tripsheet_field", "params": [ { "bridge_username": "username", "bridge_password": "password", "link_id": 1 }, "Studio*" ], "id": 1 }
Response
{ "id": 1, "error": null, "result": [ { "id": "RD3", "name": "Studio Session", "type_id": "4", "type": "Checkbox", "sequence": "30", "mandatory_yn": false, "items": [ { "id": "RD1", "name": "Amanda Ritchie", "sequence": "1", "default_yn": false }, { "id": "RD2", "name": "Alice Brewer", "sequence": "2", "default_yn": false }, { "id": "RD3", "name": "Kylie Jones", "sequence": "3", "default_yn": false }, { "id": "RD4", "name": "Ranger", "sequence": "4", "default_yn": false }, { "id": "RD5", "name": "Other", "sequence": "5", "default_yn": false } ], "properties": [ { "id": "0", "name": "Not property specific" } ] }, { "id": "RD5", "name": "Studio Session comments", "type_id": "2", "type": "Textarea", "sequence": "31", "mandatory_yn": false, "items": [], "properties": [ { "id": "0", "name": "Not property specific" } ] } ] }
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