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 Starfish API for CampingCare and HotelCare, specifically supporting the Rates API resource with the Get Rate operation. It retrieves detailed information about a specific rate by its ID. This is useful in scenarios where users need to fetch pricing details for accommodations or services managed within the CampingCare or HotelCare systems, such as retrieving current rates for bookings or updating pricing information.
Use Case Examples
- Fetch the details of a specific rate by providing its Rate ID to integrate pricing data into a booking workflow.
- Use the node to retrieve rate information before updating or deleting rates to ensure data accuracy.
Properties
| Name | Meaning |
|---|---|
| Rate ID | The unique identifier of the rate to retrieve, required to specify which rate's details to fetch. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
rateId- The ID of the retrieved rate.rateDetails- Detailed information about the rate retrieved from the API, including pricing and related metadata.
Dependencies
- Requires an API key credential for authentication with the Starfish API.
Troubleshooting
- Common issues include invalid or missing Rate ID, resulting in errors or empty responses.
- SSL certificate validation failures if 'Ignore SSL Issues' is not enabled and the server uses a self-signed or invalid certificate.
- Timeout errors if the server does not respond within the specified timeout period.
- Proxy misconfiguration leading to failed requests.
Links
- Starfish API Documentation - Official documentation for the Starfish API, including details on the Rates API and how to use the Get Rate operation.