Starfish (CampingCare/HotelCare) icon

Starfish (CampingCare/HotelCare)

Interact with the Starfish API for CampingCare and HotelCare

Overview

This node interacts with the Starfish API for CampingCare and HotelCare, specifically focusing on the Administrations API to retrieve detailed information about a specific administration by its unique identifier. It supports options to include additional related data such as age tables, media, meta information, VAT tables, and translations. This node is useful for scenarios where detailed administration data is needed for further processing or integration, such as in booking systems, financial reporting, or administrative management.

Use Case Examples

  1. Retrieve administration details including age tables and media for a specific administration ID to integrate with a booking system.
  2. Fetch administration data with VAT tables and translations for financial reporting and localization purposes.

Properties

Name Meaning
Administration ID Unique identifier of the administration to retrieve, required to specify which administration's data to fetch.
Get Age Tables Boolean flag to include age table information in the response.
Get Media Boolean flag to include media information related to the administration.
Get Meta Boolean flag to include meta information about the administration.
Get VAT Tables Boolean flag to include VAT table information in the response.
Translations Boolean flag to include translations related to the administration.
Request Options Collection of optional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • administration
    • id - Unique identifier of the administration.
    • name - Name of the administration.
    • ageTables - Age table information if requested.
    • media - Media information if requested.
    • meta - Meta information if requested.
    • vatTables - VAT table information if requested.
    • translations - Translations related to the administration if requested.

Dependencies

  • Starfish API for CampingCare and HotelCare

Troubleshooting

  • Ensure the Administration ID is correctly provided and exists in the system to avoid 'not found' errors.
  • Check API key credentials are valid and have necessary permissions to access the Administrations API.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Proxy settings must be correctly configured if used, including authentication details if required.
  • Timeout settings should be adjusted based on network conditions to prevent premature request abortion.

Links

Discussion