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
tokenparameter. -
Date format: The
YYYY-MM-DDformat is used for all "Date" type parameters. -
Time interval: Most methods use the
DateFrom(start of period) andDateTo(end of period) parameters to filter the data.
Important notes
-
The access token is provided to the hotel upon purchase of the integration module with 1C.
-
The methods that return the list of bookings contain information only about the cost of accommodation. Data on additional services is not transmitted.
-
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 |