-
Backoffice / PMS
-
- What are iCal feeds? And what can I do with them.
- How to set up products under accommodations
- Cancellations
- Setting period conditions
- Accommodations overview
- Add new accommodation
- Adding Prices / Rates to an accommodation
- Discounts
- Taxes
- Options
- Places / Rooms / Objects
- Accommodation settings
- How to set up an accommodation?
-
- How can I work with report lists?
- How do I change the next invoice number?
- Delay invoice finalization.
- How do i send PDF or UBL invoices to your Accountancy System automatically?
- Direct payment links
- Ledgers
- Invoice branding for e-mails
- How does the invoice screen looks like
- What is the difference between concept and final invoices?
- How do I add a product to the invoice?
- How to finalize an invoice?
- How do I print the final invoice?
-
- How can I work with report lists?
- How can guest information be overwritten?
- How does the Scan Document work?
- Adding guests
- Form setup
- Guests settings
- How to send an email to the guest manually
- How do i modify the informations of the guest?
- How do guest languages work?
- How do custom fields work?
- How to Create and Use a Blocked Guest List
-
- How can I work with report lists?
- Copy a reservation.
- How can guest information be overwritten?
- How does the Scan Document work?
- Price calculation error codes
- Cancellations
- Remove a reservation from a group booking
- Form setup
- Combine two bookings
- Add a existing booking to a group booking
- Add a new booking to a group
- Split a booking
- Remove a period within a booking
- Add days to a booking
- Cancellation of a booking in a group
- How to add a payment to a reservation
- How to add or change a place / room / object in a reservation
- Traveller info
- How do I change the place of a reservation?
- How to add a payment to a reservation?
- How to send an email to the guest manually
- How do I change the communication language for a reservation?
- How do i modify the informations of the guest?
- Create a new reservation (Backend)
- How do I export reservation data to excel?
- Can I save my custom reservations list?
- How do cancellations work?
- What kind of reservation statuses are there?
- How do I change the status of a booking?
- How do I make a reservation?
- How do custom fields work?
- How to Create and Use a Blocked Guest List
- Show Remaining Articles ( 17 ) Collapse Articles
-
- What are iCal feeds? And what can I do with them.
- Balances
- How do I change the next invoice number?
- VAT Groups
- Online Booking Settings
- Workflows
- How do I enable the BETA Features?
- How do I prevent emails to be marked as Spam?
- How to setup two factor authentication (2FA)
- How do I set up a Kiosk?
- Special dates
- Form setup
- E-mails
- Discount cards
- Interactive map settings
- Fields
- Ledgers
- Invoice branding for e-mails
- Users
- Form setup
- Roles
- Providers & methods
- Online Booking Settings
- Website Integration
- Invoice settings
- License Plates
- Administration images
- Tags
- Guests settings
- How do age tables work?
- How do guest languages work?
- How do I login with my SSO account?
- Branding
- How do custom fields work?
- Show Remaining Articles ( 19 ) Collapse Articles
-
-
Online booking
-
App Store / Integrations
-
- Articles coming soon
-
Point of Sale (POS)
-
Self Service Kiosk
-
Hardware
-
Support
-
Subscriptions
Yes we have an API. We created a special website for developers, you are able to find all information about integration with our platform via: https://developer.camping.care/
What is an API?
An API, which stands for Application Programming Interface, is a set of rules and tools that allows different software applications to communicate with each other. Think of it as a middleman that enables two separate programs to talk and exchange information.
A simple analogy is ordering food at a restaurant. You (the user) don’t go directly into the kitchen (the other software’s system) to prepare your meal. Instead, you give your order to the waiter (the API), who then communicates your request to the kitchen. The kitchen prepares your food and gives it back to the waiter, who then brings it to your table. In this scenario, the waiter is the API, facilitating the communication and ensuring you get what you asked for without needing to know the complex processes of the kitchen.
How APIs Work
APIs work by defining the types of requests one application can make to another, the format of those requests, and the expected responses. This allows developers to use functionalities from other applications without having to build them from scratch.
For example, when you see a Google Map embedded on a real estate website, that website is using Google’s Maps API to display the map information. The website sends a request to the Google Maps API, and the API returns the map data, which is then displayed on the webpage