Open Connector
所有 Tools

Cloudbeds logoCloudbeds

Catalog 暂无描述。

cloudbedsvcatalog-v1115 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "CLOUDBEDS_DELETE_DELETE_ADJUSTMENT",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("CLOUDBEDS_DELETE_DELETE_ADJUSTMENT", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute CLOUDBEDS_DELETE_DELETE_ADJUSTMENT --data '{ }'

Tool 目录

可用 Tools

115 个可调用操作

deleteAdjustmentCLOUDBEDS_DELETE_DELETE_ADJUSTMENTVoids the AdjustmentID transaction on the specified reservationID

Voids the AdjustmentID transaction on the specified reservationID

认证

需要 Connected Account

Scopes

delete:adjustment

Tags

Adjustment
deleteGuestNoteCLOUDBEDS_DELETE_DELETE_GUEST_NOTEArchives an existing guest note.

Archives an existing guest note.

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
deleteReservationNoteCLOUDBEDS_DELETE_DELETE_RESERVATION_NOTEArchives an existing reservation note.

Archives an existing reservation note.

认证

需要 Connected Account

Scopes

write:reservation

Tags

Reservation
deleteWebhookCLOUDBEDS_DELETE_DELETE_WEBHOOKRemove subscription for webhook. Read the [Webhooks guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007612553-Webhooks) to see available objects, actions, payload info and more. ### Group account support

Remove subscription for webhook. Read the [Webhooks guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007612553-Webhooks) to see available objects, actions, payload info and more. ### Group account support

认证

需要 Connected Account

Tags

Integration
getAllotmentBlocksCLOUDBEDS_GET_GET_ALLOTMENT_BLOCKSRetrieve allotment blocks

Retrieve allotment blocks

认证

需要 Connected Account

Scopes

read:allotmentBlock

Tags

AllotmentBlocks
getAppPropertySettingsCLOUDBEDS_GET_GET_APP_PROPERTY_SETTINGSReturns the app property settings

Returns the app property settings

认证

需要 Connected Account

Scopes

read:appPropertySettings

Tags

AppSettings
getAppSettingsCLOUDBEDS_GET_GET_APP_SETTINGSGet the current app settings for a property.<br />

Get the current app settings for a property.<br />

认证

需要 Connected Account

Tags

Integration
getAppStateCLOUDBEDS_GET_GET_APP_STATEGet the current app integration state for a property.<br /> This call is only available for third-party integration partners, and not for property client IDs. Read the [Connecting/Disconnecting Apps guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007613213-Connecting-Disconnecting-Apps) to further understand the use cases.

Get the current app integration state for a property.<br /> This call is only available for third-party integration partners, and not for property client IDs. Read the [Connecting/Disconnecting Apps guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007613213-Connecting-Disconnecting-Apps) to further understand the use cases.

认证

需要 Connected Account

Tags

Integration
getAvailableRoomTypesCLOUDBEDS_GET_GET_AVAILABLE_ROOM_TYPESReturns a list of room types with availability considering the informed parameters ### Group account support

Returns a list of room types with availability considering the informed parameters ### Group account support

认证

需要 Connected Account

Scopes

read:room

Tags

Room
getCurrencySettingsCLOUDBEDS_GET_GET_CURRENCY_SETTINGSGet currency settings

Get currency settings

认证

需要 Connected Account

Scopes

read:currency

Tags

Currency
getCustomFieldsCLOUDBEDS_GET_GET_CUSTOM_FIELDSGets custom fields list<br /> ¹ data.displayed = "booking" - Display this field to guests on the booking engine.<br /> ¹ data.displayed = "reservation" - Add this field to the reservation folio for use by staff.<br /> ¹ data.displayed = "card" - Make this field available for registration cards.<br />

Gets custom fields list<br /> ¹ data.displayed = "booking" - Display this field to guests on the booking engine.<br /> ¹ data.displayed = "reservation" - Add this field to the reservation folio for use by staff.<br /> ¹ data.displayed = "card" - Make this field available for registration cards.<br />

认证

需要 Connected Account

Scopes

read:customFields

Tags

CustomFields
getDashboardCLOUDBEDS_GET_GET_DASHBOARDReturns basic information about the current state of the hotel

Returns basic information about the current state of the hotel

认证

需要 Connected Account

Scopes

read:dashboard

Tags

Dashboard
getEmailScheduleCLOUDBEDS_GET_GET_EMAIL_SCHEDULEReturns a list of all existing email scheduling. This call is only available for third-party integration partners, and not for property client IDs.

Returns a list of all existing email scheduling. This call is only available for third-party integration partners, and not for property client IDs.

认证

需要 Connected Account

Scopes

read:communication

Tags

Emails
getEmailTemplatesCLOUDBEDS_GET_GET_EMAIL_TEMPLATESReturns a list of all existing email templates. This call is only available for third-party integration partners, and not for property client IDs.

Returns a list of all existing email templates. This call is only available for third-party integration partners, and not for property client IDs.

认证

需要 Connected Account

Scopes

read:communication

Tags

Emails
getFilesCLOUDBEDS_GET_GET_FILESReturns a list of files attached to a hotel or group profile, ordered by creation date

Returns a list of files attached to a hotel or group profile, ordered by creation date

认证

需要 Connected Account

Scopes

read:hotel

Tags

Hotel
getGroupNotesCLOUDBEDS_GET_GET_GROUP_NOTESReturns group notes

Returns group notes

认证

需要 Connected Account

Scopes

read:group

Tags

Groups
getGroupsCLOUDBEDS_GET_GET_GROUPSReturns the groups for a property

Returns the groups for a property

认证

需要 Connected Account

Scopes

read:group

Tags

Groups
getGuestCLOUDBEDS_GET_GET_GUESTReturns information on a guest specified by the Reservation ID parameter

Returns information on a guest specified by the Reservation ID parameter

认证

需要 Connected Account

Scopes

read:guest

Tags

Guest
getGuestListCLOUDBEDS_GET_GET_GUEST_LISTReturns a list of guests, ordered by modification date ### Group account support

Returns a list of guests, ordered by modification date ### Group account support

认证

需要 Connected Account

Scopes

read:guest

Tags

Guest
getGuestNotesCLOUDBEDS_GET_GET_GUEST_NOTESRetrieves a guest notes

Retrieves a guest notes

认证

需要 Connected Account

Scopes

read:guest

Tags

Guest
getGuestsByFilterCLOUDBEDS_GET_GET_GUESTS_BY_FILTERReturns a list of guests matching the selected parameters ### Group account support

Returns a list of guests matching the selected parameters ### Group account support

认证

需要 Connected Account

Scopes

read:guest

Tags

Guest
getGuestsByStatusCLOUDBEDS_GET_GET_GUESTS_BY_STATUSReturns a list of guests in the current status (Not Checked In, In House, Checked Out or Cancelled), sorted by modification date. If no date range is passed, it returns all guests with the selected status. ### Group account support

Returns a list of guests in the current status (Not Checked In, In House, Checked Out or Cancelled), sorted by modification date. If no date range is passed, it returns all guests with the selected status. ### Group account support

认证

需要 Connected Account

Scopes

read:guest

Tags

Guest
getGuestsModifiedCLOUDBEDS_GET_GET_GUESTS_MODIFIEDReturns a list of guests based on their modification date. Note that when a guest checks in or checks out of a room, their record is modified at that time. If no date range is passed, only the records for the current day are returned. Also note that if the guest is assigned to multiple rooms, it will result in multiple records. ### Group account support

Returns a list of guests based on their modification date. Note that when a guest checks in or checks out of a room, their record is modified at that time. If no date range is passed, only the records for the current day are returned. Also note that if the guest is assigned to multiple rooms, it will result in multiple records. ### Group account support

认证

需要 Connected Account

Scopes

read:guest

Tags

Guest
getHotelDetailsCLOUDBEDS_GET_GET_HOTEL_DETAILSReturns the details of a specific hotel, identified by "propertyID"

Returns the details of a specific hotel, identified by "propertyID"

认证

需要 Connected Account

Scopes

read:hotel

Tags

Hotel
getHotelsCLOUDBEDS_GET_GET_HOTELSReturns a list of hotels, filtered by the parameters passed ### Group account support

Returns a list of hotels, filtered by the parameters passed ### Group account support

认证

需要 Connected Account

Scopes

read:hotel

Tags

Hotel
getHouseAccountListCLOUDBEDS_GET_GET_HOUSE_ACCOUNT_LISTPulls list of active house accounts

Pulls list of active house accounts

认证

需要 Connected Account

Scopes

read:houseAccount

Tags

HouseAccount
getHousekeepersCLOUDBEDS_GET_GET_HOUSEKEEPERSReturns a list of housekeepers ### Group account support

Returns a list of housekeepers ### Group account support

认证

需要 Connected Account

Scopes

read:housekeeping

Tags

Housekeeping
getHousekeepingStatusCLOUDBEDS_GET_GET_HOUSEKEEPING_STATUSReturns the current date's housekeeping information The housekeeping status is calculated basing on the set of fields roomOccupied | roomCondition | roomBlocked | vacantPickup | roomBlocked | refusedService The available statuses are: - Vacant and Dirty (VD): false | “dirty” | false | false | false | false - Occupied and Dirty (OD): true | “dirty” | false | false | false | false - Vacant and Clean (VC): false | “clean” | false | false | false | false - Occupied and Clean (OC): true | “clean” | false | false | false | false - Occupied and Clean Inspected (OCI): true | “inspected” | false | false | false | false - Vacant and Clean Inspected (VCI): false | “inspected” | false | false | false | false - Do Not Disturb (DND): if doNotDisturb is true - Refused Service (RS): if refusedService is true - Out of Order (OOO): if roomBlocked is true - Vacant and Pickup (VP): if vacantPickup is true

Returns the current date's housekeeping information The housekeeping status is calculated basing on the set of fields roomOccupied | roomCondition | roomBlocked | vacantPickup | roomBlocked | refusedService The available statuses are: - Vacant and Dirty (VD): false | “dirty” | false | false | false | false - Occupied and Dirty (OD): true | “dirty” | false | false | false | false - Vacant and Clean (VC): false | “clean” | false | false | false | false - Occupied and Clean (OC): true | “clean” | false | false | false | false - Occupied and Clean Inspected (OCI): true | “inspected” | false | false | false | false - Vacant and Clean Inspected (VCI): false | “inspected” | false | false | false | false - Do Not Disturb (DND): if doNotDisturb is true - Refused Service (RS): if refusedService is true - Out of Order (OOO): if roomBlocked is true - Vacant and Pickup (VP): if vacantPickup is true

认证

需要 Connected Account

Scopes

read:housekeeping

Tags

Housekeeping
getItemCLOUDBEDS_GET_GET_ITEMGets the details for the one itemID<br /> <sup>1</sup> only if data.stockInventory = true<br> <sup>2</sup> Taxes, fees and totals will show up only if an item has assigned tax or fee.<br>

Gets the details for the one itemID<br /> <sup>1</sup> only if data.stockInventory = true<br> <sup>2</sup> Taxes, fees and totals will show up only if an item has assigned tax or fee.<br>

认证

需要 Connected Account

Scopes

read:item

Tags

Item
getItemCategoriesCLOUDBEDS_GET_GET_ITEM_CATEGORIESGets the item category list

Gets the item category list

认证

需要 Connected Account

Scopes

read:item

Tags

Item
getItemsCLOUDBEDS_GET_GET_ITEMSGets all the items and their prices the hotel has created in myfrontdesk<br> <sup>1</sup> only if data.stockInventory = true<br> <sup>2</sup> Taxes, fees and totals will show up only if an item has assigned tax or fee.<br>

Gets all the items and their prices the hotel has created in myfrontdesk<br> <sup>1</sup> only if data.stockInventory = true<br> <sup>2</sup> Taxes, fees and totals will show up only if an item has assigned tax or fee.<br>

认证

需要 Connected Account

Scopes

read:item

Tags

Item
getPackageNamesCLOUDBEDS_GET_GET_PACKAGE_NAMESReturn a list of billing package names for a property

Return a list of billing package names for a property

认证

需要 Connected Account

Scopes

read:package

Tags

Package
getPackagesCLOUDBEDS_GET_GET_PACKAGESThis efficient method allows you to retrieve the collection of packages associated with a property. Packages here define a group of features that a property has the ability to utilize or access. By invoking this API method, developers will get a comprehensive view of the feature sets that are available and active for a specific property. The getPackages method boasts a seamless execution that offers essential information, vital in enhancing property management, understanding available functionalities and ultimately, optimizing user experience.

This efficient method allows you to retrieve the collection of packages associated with a property. Packages here define a group of features that a property has the ability to utilize or access. By invoking this API method, developers will get a comprehensive view of the feature sets that are available and active for a specific property. The getPackages method boasts a seamless execution that offers essential information, vital in enhancing property management, understanding available functionalities and ultimately, optimizing user experience.

认证

需要 Connected Account

Scopes

read:package

Tags

Package
getPaymentMethodsCLOUDBEDS_GET_GET_PAYMENT_METHODSGet a list of active methods for a property, or list of properties

Get a list of active methods for a property, or list of properties

认证

需要 Connected Account

Scopes

read:payment

Tags

Payment
getPaymentsCapabilitiesCLOUDBEDS_GET_GET_PAYMENTS_CAPABILITIESLists the payment capabilities of a given property

Lists the payment capabilities of a given property

认证

需要 Connected Account

Scopes

read:payment

Tags

Payment
getRateCLOUDBEDS_GET_GET_RATEReturns the rate of the room type selected, based on the provided parameters

Returns the rate of the room type selected, based on the provided parameters

认证

需要 Connected Account

Scopes

read:rate

Tags

Rate
getRateJobsCLOUDBEDS_GET_GET_RATE_JOBSReturns a list of Rate Jobs. Rate jobs are only returned within 7 days of creation, after 7 days they will not be returned in the response. Requests which do not provide a jobReferenceID will be filtered by the client ID of the request's token.

Returns a list of Rate Jobs. Rate jobs are only returned within 7 days of creation, after 7 days they will not be returned in the response. Requests which do not provide a jobReferenceID will be filtered by the client ID of the request's token.

认证

需要 Connected Account

Scopes

read:rate

Tags

Rate
getRatePlansCLOUDBEDS_GET_GET_RATE_PLANSReturns the rates of the room type or promo code selected, based on the provided parameters. If no parameters are provided, then the method will return all publicly available rate plans. ### Group account support

Returns the rates of the room type or promo code selected, based on the provided parameters. If no parameters are provided, then the method will return all publicly available rate plans. ### Group account support

认证

需要 Connected Account

Scopes

read:rate

Tags

Rate
getReservationCLOUDBEDS_GET_GET_RESERVATIONReturns information on a booking specified by the reservationID parameter

Returns information on a booking specified by the reservationID parameter

认证

需要 Connected Account

Scopes

read:reservation

Tags

Reservation
getReservationAssignmentsCLOUDBEDS_GET_GET_RESERVATION_ASSIGNMENTSReturns a list of rooms/reservations assigned for a selected date.

Returns a list of rooms/reservations assigned for a selected date.

认证

需要 Connected Account

Scopes

read:reservation

Tags

Reservation
getReservationNotesCLOUDBEDS_GET_GET_RESERVATION_NOTESRetrieves reservation notes based on parameters

Retrieves reservation notes based on parameters

认证

需要 Connected Account

Scopes

read:reservation

Tags

Reservation
getReservationRoomDetailsCLOUDBEDS_GET_GET_RESERVATION_ROOM_DETAILSReturns information about particular room in reservation by its subReservationID

Returns information about particular room in reservation by its subReservationID

认证

需要 Connected Account

Scopes

read:room

Tags

Room
getReservationsCLOUDBEDS_GET_GET_RESERVATIONSReturns a list of reservations that matched the filters criteria.<br /> Please note that some reservations modification may not be reflected in this timestamp. ### Group account support

Returns a list of reservations that matched the filters criteria.<br /> Please note that some reservations modification may not be reflected in this timestamp. ### Group account support

认证

需要 Connected Account

Scopes

read:reservation

Tags

Reservation
getReservationsWithRateDetailsCLOUDBEDS_GET_GET_RESERVATIONS_WITH_RATE_DETAILSReturns a list of reservations with added information regarding booked rates and sources.<br /> Please note that some reservations modification may not be reflected in this timestamp.

Returns a list of reservations with added information regarding booked rates and sources.<br /> Please note that some reservations modification may not be reflected in this timestamp.

认证

需要 Connected Account

Scopes

read:reservation

Tags

Reservation
getRoomBlocksCLOUDBEDS_GET_GET_ROOM_BLOCKSReturns a list of all room blocks considering the informed parameters.

Returns a list of all room blocks considering the informed parameters.

认证

需要 Connected Account

Scopes

read:roomblock

Tags

Room
getRoomTypesCLOUDBEDS_GET_GET_ROOM_TYPESReturns a list of room types filtered by the selected parameters ### Group account support

Returns a list of room types filtered by the selected parameters ### Group account support

认证

需要 Connected Account

Scopes

read:room

Tags

Room
getRoomsCLOUDBEDS_GET_GET_ROOMSReturns a list of all rooms considering the informed parameters. If Check-in/out dates are sent, only unassigned rooms are returned. ### Group account support

Returns a list of all rooms considering the informed parameters. If Check-in/out dates are sent, only unassigned rooms are returned. ### Group account support

认证

需要 Connected Account

Scopes

read:room

Tags

Room
getRoomsFeesAndTaxesCLOUDBEDS_GET_GET_ROOMS_FEES_AND_TAXESGet applicable fees and tax to a booking. This is meant to be used on checkout to display to the guest.

Get applicable fees and tax to a booking. This is meant to be used on checkout to display to the guest.

认证

需要 Connected Account

Scopes

read:room

Tags

Room
getRoomsUnassignedCLOUDBEDS_GET_GET_ROOMS_UNASSIGNEDReturns a list of unassigned rooms in the property. Call is alias of [getRooms](#api-Room-getRooms). Please check its documentation for parameters, response and example. ### Group account support

Returns a list of unassigned rooms in the property. Call is alias of [getRooms](#api-Room-getRooms). Please check its documentation for parameters, response and example. ### Group account support

认证

需要 Connected Account

Scopes

read:room

Tags

Room
getSourcesCLOUDBEDS_GET_GET_SOURCESGets available property sources

Gets available property sources

认证

需要 Connected Account

Scopes

read:reservation

Tags

Reservation
getTaxesAndFeesCLOUDBEDS_GET_GET_TAXES_AND_FEESReturns the taxes and fees set for the property. Read the [Rate-Based tax (Dynamic Tax) guide](https://myfrontdesk.cloudbeds.com/hc/en-us/articles/360014103514-rate-based-tax-dynamic-tax) to understand its usage.

Returns the taxes and fees set for the property. Read the [Rate-Based tax (Dynamic Tax) guide](https://myfrontdesk.cloudbeds.com/hc/en-us/articles/360014103514-rate-based-tax-dynamic-tax) to understand its usage.

认证

需要 Connected Account

Scopes

read:taxesAndFees

Tags

Taxes and Fees
getUsersCLOUDBEDS_GET_GET_USERSReturns information on the properties' users ### Group account support

Returns information on the properties' users ### Group account support

认证

需要 Connected Account

Scopes

read:user

Tags

User
getWebhooksCLOUDBEDS_GET_GET_WEBHOOKSList webhooks for which the API client is subscribed to.

List webhooks for which the API client is subscribed to.

认证

需要 Connected Account

Tags

Integration
listAllotmentBlockNotesCLOUDBEDS_GET_LIST_ALLOTMENT_BLOCK_NOTESList notes added to an allotment block

List notes added to an allotment block

认证

需要 Connected Account

Scopes

read:allotmentBlock

Tags

AllotmentBlocks
metadataCLOUDBEDS_GET_OAUTH_METADATAIn the context of properties being distributed across multiple localizations, this endpoint serves to retrieve the precise location of the property associated with the provided access token. Further information can be found in the [Authentication guide](https://integrations.cloudbeds.com/hc/en-us/sections/14731510501915-Authentication).

In the context of properties being distributed across multiple localizations, this endpoint serves to retrieve the precise location of the property associated with the provided access token. Further information can be found in the [Authentication guide](https://integrations.cloudbeds.com/hc/en-us/sections/14731510501915-Authentication).

认证

需要 Connected Account

Tags

Authentication
userinfoCLOUDBEDS_GET_USERINFOReturns information on user who authorized connection

Returns information on user who authorized connection

认证

需要 Connected Account

Tags

Authentication
access_tokenCLOUDBEDS_POST_ACCESS_TOKENQuery the authorization server for an access token used to access property resources.</br> If the automatic delivery method for API keys is used, the grant type `urn:ietf:params:oauth:grant-type:api-key` needs to be used to request an API key. This grant type requires `grant_type=urn:ietf:params:oauth:grant-type:api-key`, `client_id`, `client_secret`, `redirect_uri` and `code`.</br> For OAuth 2.0., two different grant types (`authorization_code`, `refresh_token`) are supported. Authorization code grant type requires `grant_type=authorization_code`, `client_id`, `client_secret`, `redirect_uri`, `code`. Refresh token grant type requires `grant_type=refresh_token`, `client_id`, `client_secret`, `refresh_token`.</br> Read the [Authentication guide](https://integrations.cloudbeds.com/hc/en-us/sections/14731510501915-Authentication) for implementation tips, user flows and testing advice.

Query the authorization server for an access token used to access property resources.</br> If the automatic delivery method for API keys is used, the grant type `urn:ietf:params:oauth:grant-type:api-key` needs to be used to request an API key. This grant type requires `grant_type=urn:ietf:params:oauth:grant-type:api-key`, `client_id`, `client_secret`, `redirect_uri` and `code`.</br> For OAuth 2.0., two different grant types (`authorization_code`, `refresh_token`) are supported. Authorization code grant type requires `grant_type=authorization_code`, `client_id`, `client_secret`, `redirect_uri`, `code`. Refresh token grant type requires `grant_type=refresh_token`, `client_id`, `client_secret`, `refresh_token`.</br> Read the [Authentication guide](https://integrations.cloudbeds.com/hc/en-us/sections/14731510501915-Authentication) for implementation tips, user flows and testing advice.

认证

需要 Connected Account

Tags

Authentication
appendCustomItemCLOUDBEDS_POST_APPEND_CUSTOM_ITEMAppend single, or multiple, custom items and their associated payments to an existing one in a Reservation, House Account, or Group.

Append single, or multiple, custom items and their associated payments to an existing one in a Reservation, House Account, or Group.

认证

需要 Connected Account

Scopes

write:item

Tags

Item
createAllotmentBlockCLOUDBEDS_POST_CREATE_ALLOTMENT_BLOCKRetreive allotment blocks @apiQuery {Integer} propertyID Property ID

Retreive allotment blocks @apiQuery {Integer} propertyID Property ID

认证

需要 Connected Account

Scopes

write:allotmentBlock

Tags

AllotmentBlocks
createAllotmentBlockNotesCLOUDBEDS_POST_CREATE_ALLOTMENT_BLOCK_NOTESAdd a note to an allotment block

Add a note to an allotment block

认证

需要 Connected Account

Scopes

read:allotmentBlock

Tags

AllotmentBlocks
deleteAllotmentBlockCLOUDBEDS_POST_DELETE_ALLOTMENT_BLOCKDelete allotment blocks

Delete allotment blocks

认证

需要 Connected Account

Scopes

write:allotmentBlock

Tags

AllotmentBlocks
deleteAppPropertySettingsCLOUDBEDS_POST_DELETE_APP_PROPERTY_SETTINGSdeleteAppPropertySettings

deleteAppPropertySettings

认证

需要 Connected Account

Scopes

delete:appPropertySettings

Tags

AppSettings
deleteRoomBlockCLOUDBEDS_POST_DELETE_ROOM_BLOCKDeletes a room block

Deletes a room block

认证

需要 Connected Account

Scopes

delete:roomblock

Tags

Room
patchGroupCLOUDBEDS_POST_PATCH_GROUPUpdates an existing group with information provided. At least one information field is required for this call.

Updates an existing group with information provided. At least one information field is required for this call.

认证

需要 Connected Account

Scopes

write:group

Tags

Groups
patchRateCLOUDBEDS_POST_PATCH_RATEUpdate the rate of the room based on rateID selected, based on the provided parameters. You can make multiple rate updates in a single API call. Providing a startDate and/or endDate will update rates only within the interval provided. Only non derived rates can be updated, requests to update a derived rate will return an error. This endpoint performs updates asynchronously, rate updates are added to a queue and the endpoint returns a job reference ID. This job reference ID can be used to track job status notifications or to look up details of the update once it is completed. The API is limited to 30 interval per update, sending more than 30 will return an error.

Update the rate of the room based on rateID selected, based on the provided parameters. You can make multiple rate updates in a single API call. Providing a startDate and/or endDate will update rates only within the interval provided. Only non derived rates can be updated, requests to update a derived rate will return an error. This endpoint performs updates asynchronously, rate updates are added to a queue and the endpoint returns a job reference ID. This job reference ID can be used to track job status notifications or to look up details of the update once it is completed. The API is limited to 30 interval per update, sending more than 30 will return an error.

认证

需要 Connected Account

Scopes

write:rate

Tags

Rate
postAdjustmentCLOUDBEDS_POST_POST_ADJUSTMENTAdds an adjustment to a reservation

Adds an adjustment to a reservation

认证

需要 Connected Account

Scopes

write:adjustment

Tags

Adjustment
postAppErrorCLOUDBEDS_POST_POST_APP_ERRORSubmit the error received by the hybrid integration from the partner to the MFD

Submit the error received by the hybrid integration from the partner to the MFD

认证

需要 Connected Account

Scopes

write:appError

Tags

Integration
postAppPropertySettingsCLOUDBEDS_POST_POST_APP_PROPERTY_SETTINGSpostAppPropertySettings

postAppPropertySettings

认证

需要 Connected Account

Scopes

write:appPropertySettings

Tags

AppSettings
postAppStateCLOUDBEDS_POST_POST_APP_STATEUpdate app integration state for a property ID. <br /> This call is only available for third-party integration partners, and not for property client IDs. <br /> If an app is set to 'disabled', it will remove all active sessions Read the [Connecting/Disconnecting Apps guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007613213-Connecting-Disconnecting-Apps) to further understand the use cases.

Update app integration state for a property ID. <br /> This call is only available for third-party integration partners, and not for property client IDs. <br /> If an app is set to 'disabled', it will remove all active sessions Read the [Connecting/Disconnecting Apps guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007613213-Connecting-Disconnecting-Apps) to further understand the use cases.

认证

需要 Connected Account

Tags

Integration
postChargeCLOUDBEDS_POST_POST_CHARGEUse a payment method to process a payment on a reservation, group profile, accounts receivable ledger, or house account.

Use a payment method to process a payment on a reservation, group profile, accounts receivable ledger, or house account.

认证

需要 Connected Account

Scopes

write:payment

Tags

Payment
postCreditCardCLOUDBEDS_POST_POST_CREDIT_CARDReturns the rate of the room type selected, based on the provided parameters

Returns the rate of the room type selected, based on the provided parameters

认证

需要 Connected Account

Scopes

write:payment

Tags

Payment
postCustomFieldCLOUDBEDS_POST_POST_CUSTOM_FIELDSets custom fields. The call should only be made once to add the field to the system.

Sets custom fields. The call should only be made once to add the field to the system.

认证

需要 Connected Account

Scopes

write:customFields

Tags

CustomFields
postCustomItemCLOUDBEDS_POST_POST_CUSTOM_ITEMAdds single, or multiple, custom items and their associated payments to a Reservation or House Account as a single transaction.

Adds single, or multiple, custom items and their associated payments to a Reservation or House Account as a single transaction.

认证

需要 Connected Account

Scopes

write:item

Tags

Item
postCustomPaymentMethodCLOUDBEDS_POST_POST_CUSTOM_PAYMENT_METHODAdd a Custom Payment Method to a property. This call does not allow to add Payment Methods: credit cards, bank transfer or Pay Pal.

Add a Custom Payment Method to a property. This call does not allow to add Payment Methods: credit cards, bank transfer or Pay Pal.

认证

需要 Connected Account

Scopes

write:payment

Tags

Payment
postEmailScheduleCLOUDBEDS_POST_POST_EMAIL_SCHEDULECreates a new email schedule for existing email template. Email template can be scheduled based on two parameters: reservationStatusChange and reservationEvent. Only one of the parameters can be used. *reservationStatusChange* schedules email to be sent when reservation status transitions to a specific one, for instance: `confirmed`. *reservationEvent* schedules email to be sent number of days prior or after a specific event, for instance: `after_check_out` at a given time This call is only available for third-party integration partners, and not for property client IDs.

Creates a new email schedule for existing email template. Email template can be scheduled based on two parameters: reservationStatusChange and reservationEvent. Only one of the parameters can be used. *reservationStatusChange* schedules email to be sent when reservation status transitions to a specific one, for instance: `confirmed`. *reservationEvent* schedules email to be sent number of days prior or after a specific event, for instance: `after_check_out` at a given time This call is only available for third-party integration partners, and not for property client IDs.

认证

需要 Connected Account

Scopes

write:communication

Tags

Emails
postEmailTemplateCLOUDBEDS_POST_POST_EMAIL_TEMPLATECreates a new email template. See the full list of available language parameters <a href="https://integrations.cloudbeds.com/hc/en-us/articles/360007144993-FAQ#methods-and-parameters">here</a>. This call is only available for third-party integration partners, and not for property client IDs.

Creates a new email template. See the full list of available language parameters <a href="https://integrations.cloudbeds.com/hc/en-us/articles/360007144993-FAQ#methods-and-parameters">here</a>. This call is only available for third-party integration partners, and not for property client IDs.

认证

需要 Connected Account

Scopes

write:communication

Tags

Emails
postFileCLOUDBEDS_POST_POST_FILEAttaches a file to a hotel

Attaches a file to a hotel

认证

需要 Connected Account

Scopes

write:hotel

Tags

Hotel
postGovernmentReceiptCLOUDBEDS_POST_POST_GOVERNMENT_RECEIPTAdd a Government Receipt to a Reservation or House Account

Add a Government Receipt to a Reservation or House Account

认证

需要 Connected Account

Tags

Integration
postGroupNoteCLOUDBEDS_POST_POST_GROUP_NOTEAdds a group note

Adds a group note

认证

需要 Connected Account

Scopes

write:group

Tags

Groups
postGuestCLOUDBEDS_POST_POST_GUESTAdds a guest to reservation as an additional guest.

Adds a guest to reservation as an additional guest.

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
postGuestDocumentCLOUDBEDS_POST_POST_GUEST_DOCUMENTAttaches a document to a guest

Attaches a document to a guest

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
postGuestNoteCLOUDBEDS_POST_POST_GUEST_NOTEAdds a guest note

Adds a guest note

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
postGuestPhotoCLOUDBEDS_POST_POST_GUEST_PHOTOAttaches a photo to a guest

Attaches a photo to a guest

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
postGuestsToRoomCLOUDBEDS_POST_POST_GUESTS_TO_ROOMAssigns guest(s) to a room in a reservation and adds these guests as additional guests.

Assigns guest(s) to a room in a reservation and adds these guests as additional guests.

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
postHousekeeperCLOUDBEDS_POST_POST_HOUSEKEEPERAdd New Housekeeper

Add New Housekeeper

认证

需要 Connected Account

Scopes

write:housekeeping

Tags

Housekeeping
postHousekeepingAssignmentCLOUDBEDS_POST_POST_HOUSEKEEPING_ASSIGNMENTAssign rooms (single or multiple) to an existing housekeeper

Assign rooms (single or multiple) to an existing housekeeper

认证

需要 Connected Account

Scopes

write:housekeeping

Tags

Housekeeping
postHousekeepingStatusCLOUDBEDS_POST_POST_HOUSEKEEPING_STATUSSwitches the current date's housekeeping status for a specific room ID to either clean or dirty The housekeeping status is calculated basing on the set of fields roomOccupied | roomCondition | roomBlocked | vacantPickup | roomBlocked | refusedService The available statuses are: - Vacant and Dirty (VD): false | “dirty” | false | false | false | false - Occupied and Dirty (OD): true | “dirty” | false | false | false | false - Vacant and Clean (VC): false | “clean” | false | false | false | false - Occupied and Clean (OC): true | “clean” | false | false | false | false - Occupied and Clean Inspected (OCI): true | “inspected” | false | false | false | false - Vacant and Clean Inspected (VCI): false | “inspected” | false | false | false | false - Do Not Disturb (DND): if doNotDisturb is true - Refused Service (RS): if refusedService is true - Out of Order (OOO): if roomBlocked is true - Vacant and Pickup (VP): if vacantPickup is true

Switches the current date's housekeeping status for a specific room ID to either clean or dirty The housekeeping status is calculated basing on the set of fields roomOccupied | roomCondition | roomBlocked | vacantPickup | roomBlocked | refusedService The available statuses are: - Vacant and Dirty (VD): false | “dirty” | false | false | false | false - Occupied and Dirty (OD): true | “dirty” | false | false | false | false - Vacant and Clean (VC): false | “clean” | false | false | false | false - Occupied and Clean (OC): true | “clean” | false | false | false | false - Occupied and Clean Inspected (OCI): true | “inspected” | false | false | false | false - Vacant and Clean Inspected (VCI): false | “inspected” | false | false | false | false - Do Not Disturb (DND): if doNotDisturb is true - Refused Service (RS): if refusedService is true - Out of Order (OOO): if roomBlocked is true - Vacant and Pickup (VP): if vacantPickup is true

认证

需要 Connected Account

Scopes

write:housekeeping

Tags

Housekeeping
postItemCLOUDBEDS_POST_POST_ITEMAdds an item either to a reservation or to a house account.

Adds an item either to a reservation or to a house account.

认证

需要 Connected Account

Scopes

write:item

Tags

Item
postItemCategoryCLOUDBEDS_POST_POST_ITEM_CATEGORYAdds new items category

Adds new items category

认证

需要 Connected Account

Scopes

write:item

Tags

Item
postItemsToInventoryCLOUDBEDS_POST_POST_ITEMS_TO_INVENTORYAdds new items batch<br /> ¹ only if item.stockInventory = true<br />

Adds new items batch<br /> ¹ only if item.stockInventory = true<br />

认证

需要 Connected Account

Scopes

write:item

Tags

Item
postNewHouseAccountCLOUDBEDS_POST_POST_NEW_HOUSE_ACCOUNTAdd a new House Account

Add a new House Account

认证

需要 Connected Account

Scopes

write:houseAccount

Tags

HouseAccount
postPaymentCLOUDBEDS_POST_POST_PAYMENTAdd a payment to a specified reservation, house account, or group. If multiple IDs are provided, precedence is reservationID, then houseAccountID, then groupCode.

Add a payment to a specified reservation, house account, or group. If multiple IDs are provided, precedence is reservationID, then houseAccountID, then groupCode.

认证

需要 Connected Account

Scopes

write:payment

Tags

Payment
postReservationCLOUDBEDS_POST_POST_RESERVATIONAdds a reservation to the selected property

Adds a reservation to the selected property

认证

需要 Connected Account

Scopes

write:reservation

Tags

Reservation
postReservationDocumentCLOUDBEDS_POST_POST_RESERVATION_DOCUMENTAttaches a document to a reservation

Attaches a document to a reservation

认证

需要 Connected Account

Scopes

write:reservation

Tags

Reservation
postReservationNoteCLOUDBEDS_POST_POST_RESERVATION_NOTEAdds a reservation note

Adds a reservation note

认证

需要 Connected Account

Scopes

write:reservation

Tags

Reservation
postRoomAssignCLOUDBEDS_POST_POST_ROOM_ASSIGNAssign/Reassign a room on a guest reservation

Assign/Reassign a room on a guest reservation

认证

需要 Connected Account

Scopes

write:room

Tags

Room
postRoomBlockCLOUDBEDS_POST_POST_ROOM_BLOCKAdds a room block to the selected property.

Adds a room block to the selected property.

认证

需要 Connected Account

Scopes

write:roomblock

Tags

Room
postRoomCheckInCLOUDBEDS_POST_POST_ROOM_CHECK_INCheck-in a room already assigned for a guest

Check-in a room already assigned for a guest

认证

需要 Connected Account

Scopes

write:room

Tags

Room
postRoomCheckOutCLOUDBEDS_POST_POST_ROOM_CHECK_OUTCheck-out a room already assigned for a guest. If all rooms are checked out, the reservation status will update accordingly to "Checked Out" as well.

Check-out a room already assigned for a guest. If all rooms are checked out, the reservation status will update accordingly to "Checked Out" as well.

认证

需要 Connected Account

Scopes

write:room

Tags

Room
postVoidItemCLOUDBEDS_POST_POST_VOID_ITEMVoids the itemID transaction on the specified Reservation ID, House Account ID, or Group. If payments were sent in calls [postItem](https://developers.cloudbeds.com/reference/post_postitem) or [postCustomItem](https://developers.cloudbeds.com/reference/post_postcustomitem), they will be deleted too.

Voids the itemID transaction on the specified Reservation ID, House Account ID, or Group. If payments were sent in calls [postItem](https://developers.cloudbeds.com/reference/post_postitem) or [postCustomItem](https://developers.cloudbeds.com/reference/post_postcustomitem), they will be deleted too.

认证

需要 Connected Account

Scopes

write:item

Tags

Item
postVoidPaymentCLOUDBEDS_POST_POST_VOID_PAYMENTVoids a payment (using paymentID) to a specified reservation or house account.

Voids a payment (using paymentID) to a specified reservation or house account.

认证

需要 Connected Account

Scopes

write:payment

Tags

Payment
postWebhookCLOUDBEDS_POST_POST_WEBHOOKSubscribe a webhook for a specified event. Read the [Webhooks guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007612553-Webhooks) to see available objects, actions, payload info and more.

Subscribe a webhook for a specified event. Read the [Webhooks guide](https://integrations.cloudbeds.com/hc/en-us/articles/360007612553-Webhooks) to see available objects, actions, payload info and more.

认证

需要 Connected Account

Tags

Integration
putAppPropertySettingsCLOUDBEDS_POST_PUT_APP_PROPERTY_SETTINGSputAppPropertySettings

putAppPropertySettings

认证

需要 Connected Account

Scopes

write:appPropertySettings

Tags

AppSettings
putGroupCLOUDBEDS_POST_PUT_GROUPAdds a group to the property. Please note that the default setting for 'Route to Group Folio' will be 'No,' and the 'Reservation Folio Configuration' will be set as the default folio configuration. You can edit these settings through the user interface (UI).

Adds a group to the property. Please note that the default setting for 'Route to Group Folio' will be 'No,' and the 'Reservation Folio Configuration' will be set as the default folio configuration. You can edit these settings through the user interface (UI).

认证

需要 Connected Account

Scopes

write:group

Tags

Groups
putRateCLOUDBEDS_POST_PUT_RATEUpdate the rate of the room based on rateID selected, based on the provided parameters. You can make multiple rate updates in a single API call. Providing a startDate and/or endDate will update rates only within the interval provided. Only non derived rates can be updated, requests to update a derived rate will return an error. This endpoint performs updates asynchronously, rate updates are added to a queue and the endpoint returns a job reference ID. This job reference ID can be used to track job status notifications or to look up details of the update once it is completed. The API is limited to 30 interval per update, sending more than 30 will return an error.

Update the rate of the room based on rateID selected, based on the provided parameters. You can make multiple rate updates in a single API call. Providing a startDate and/or endDate will update rates only within the interval provided. Only non derived rates can be updated, requests to update a derived rate will return an error. This endpoint performs updates asynchronously, rate updates are added to a queue and the endpoint returns a job reference ID. This job reference ID can be used to track job status notifications or to look up details of the update once it is completed. The API is limited to 30 interval per update, sending more than 30 will return an error.

认证

需要 Connected Account

Scopes

write:rate

Tags

Rate
updateAllotmentBlockCLOUDBEDS_POST_UPDATE_ALLOTMENT_BLOCKUpdate an allotment block @apiQuery {Integer} propertyID Property ID

Update an allotment block @apiQuery {Integer} propertyID Property ID

认证

需要 Connected Account

Scopes

write:allotmentBlock

Tags

AllotmentBlocks
updateAllotmentBlockNotesCLOUDBEDS_POST_UPDATE_ALLOTMENT_BLOCK_NOTESUpdate a note on an allotment block

Update a note on an allotment block

认证

需要 Connected Account

Scopes

read:allotmentBlock

Tags

AllotmentBlocks
putGuestCLOUDBEDS_PUT_PUT_GUESTUpdates an existing guest with information provided. At least one information field is required for this call.

Updates an existing guest with information provided. At least one information field is required for this call.

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
putGuestNoteCLOUDBEDS_PUT_PUT_GUEST_NOTEUpdates an existing guest note.

Updates an existing guest note.

认证

需要 Connected Account

Scopes

write:guest

Tags

Guest
putHouseAccountStatusCLOUDBEDS_PUT_PUT_HOUSE_ACCOUNT_STATUSChange specific house account to either open or closed.

Change specific house account to either open or closed.

认证

需要 Connected Account

Scopes

write:houseAccount

Tags

HouseAccount
putHousekeeperCLOUDBEDS_PUT_PUT_HOUSEKEEPEREdit Housekeeper Details

Edit Housekeeper Details

认证

需要 Connected Account

Scopes

write:housekeeping

Tags

Housekeeping
putItemToInventoryCLOUDBEDS_PUT_PUT_ITEM_TO_INVENTORYUpdates an item with information provided<br /> ¹ only if item.stockInventory = true<br />

Updates an item with information provided<br /> ¹ only if item.stockInventory = true<br />

认证

需要 Connected Account

Scopes

write:item

Tags

Item
putReservationCLOUDBEDS_PUT_PUT_RESERVATIONUpdates a reservation, such as custom fields, estimated arrival time, room configuration and reservation status.

Updates a reservation, such as custom fields, estimated arrival time, room configuration and reservation status.

认证

需要 Connected Account

Scopes

write:reservation

Tags

Reservation
putReservationNoteCLOUDBEDS_PUT_PUT_RESERVATION_NOTEUpdates an existing reservation note.

Updates an existing reservation note.

认证

需要 Connected Account

Scopes

write:reservation

Tags

Reservation
putRoomBlockCLOUDBEDS_PUT_PUT_ROOM_BLOCKUpdates a room block.

Updates a room block.

认证

需要 Connected Account

Scopes

write:roomblock

Tags

Room