Sections and articles

API for 1C integration with Shelter CLOUD

The Shelter CLOUD system provides a set of web services for data exchange with 1C.

General requirements for queries

  • Authentication: All API methods require passing an access token in the token parameter.

  • Date format: The YYYY-MM-DD format is used for all "Date" type parameters.

  • Time interval: Most methods use the DateFrom (start of period) and DateTo (end of period) parameters to filter the data.

Important notes

  1. The access token is provided to the hotel upon purchase of the integration module with 1C.

  2. The methods that return the list of bookings contain information only about the cost of accommodation. Data on additional services is not transmitted.

  3. The methods marked as "custom" were developed individually and are not included in the standard support.

Endpoint Information provided
https://pms.frontdesk24.ru/Export/Agents.aspx The list of bookings with departure in the specified interval for which the agent is specified
https://pms.frontdesk24.ru/Export/CashByDate.aspx List of accepted payments with cash and credit card types in the specified interval
https://pms.frontdesk24.ru/Export/ExtraServices.aspx The list of additional services provided in the specified interval
https://pms.frontdesk24.ru/export/SellingByDate.aspx The list of bookings created in the specified interval
https://pms.frontdesk24.ru/export/SellingByDateChange.aspx The list of bookings changed in the specified interval
https://pms.frontdesk24.ru/export/SellingByDateUntil.aspx List of bookings with departure at the specified interval
https://pms.frontdesk24.ru/export/SellingByDateUntilByOrder.aspx A list of bookings with departure in the specified interval, broken down by guests, plus combining by order (custom)
https://pms.frontdesk24.ru/export/SellingsByDateZv.aspx List of bookings by date of creation (custom)
https://pms.frontdesk24.ru/export/SellingGuestsByDate.aspx The list of guests in bookings that are created in the specified interval
https://pms.frontdesk24.ru/export/SellingGuestsByDateChange.aspx The list of guests in bookings that are changed in the specified interval
https://pms.frontdesk24.ru/export/SellingServicesByDate.aspx The list of charges for additional paymentsservices in bookings created in the specified interval
https://pms.frontdesk24.ru/export/SellingServicesByDateUntil.aspx The list of charges for additional paymentsservices in bookings with a check-out date in the specified interval
https://pms.frontdesk24.ru/export/SellingTasksByDate.aspx A list of issues for bookings created in the specified interval