postCustomItem

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

Form Data
string | null

Property ID

string | null

Reservation identifier. Required if no houseAccountID or groupCode is provided.

string | null

House account identifier. Required if no reservationID or groupCode is provided.

string | null

Group identifier. Required if no reservationID or houseAccountID is provided.

string | null

partner's transaction reference. If exist then Cloudbeds will prevent adding of duplicates

string | null

Sub Reservation identifier

string | null

Room identifier (Ignored if subReservationID exist)

items
array of objects

list of items will be posted

items
date-time | null
Defaults to current_timestamp

posting date

string | null

Guest identifier

string | null

(Ignored if guestID exist)

payments
array of objects | null

list of payments If the item is already paid

payments
boolean | null
Defaults to false

If the item is already paid. Note: If set to true, a payment in cash will be registered for the total value of the item, taxes and fees. If this is not the expected behavior, set to false, and register the operation manually. (Ignored if payments array exist)

Response

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json