Actions30
- Accommodations API Actions
- Administrations API Actions
- Contacts API Actions
- Invoices API Actions
- Price Calculation API Actions
- Rates API Actions
- Reservations API Actions
- Timezones API Actions
Overview
This node interacts with the Rates API of the Starfish (CampingCare/HotelCare) system to manage metadata associated with specific rates. It supports operations to get, update, or delete meta information for a given rate ID. This is useful for scenarios where additional custom data needs to be stored or managed alongside rate information, such as tagging rates with specific attributes or notes.
Use Case Examples
- Retrieve meta information for a rate to display additional details in a booking system.
- Update meta data to add or modify custom attributes for a rate, like a promotional tag or internal note.
- Delete meta data to clean up or remove outdated custom information associated with a rate.
Properties
| Name | Meaning |
|---|---|
| Meta Operation | Specifies the meta operation to perform: get, update, or delete meta data for a specific rate. |
| Rate ID | The unique identifier of the rate to retrieve or modify meta information for. |
| Key | The meta key to get, update, or delete (e.g., pin, first_name). |
| Value | The value to set for the meta key when updating meta information. |
| Request Options | Settings for request behavior such as batching, SSL certificate validation, proxy, and timeout. |
Output
JSON
metaData- The meta information retrieved, updated, or confirmation of deletion for the specified rate.
Dependencies
- Requires an API key credential for authentication with the Starfish API.
Troubleshooting
- Ensure the Rate ID is valid and exists in the system to avoid errors when retrieving or modifying meta data.
- When updating or deleting meta, ensure the 'key' parameter is provided; missing keys may cause the operation to fail.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security implications.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
Links
- Starfish API Rates Meta Documentation - Official documentation for managing meta information on rates via the Starfish API.