postItem

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

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

Sub Reservation identifier.

string

Item identifier

integer

Items quantity

string | null

Item price, if not sent, items registered price will be used

string | null

Item note

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. If payments is set, itemPaid is ignored.

date-time | null
Defaults to current_timestamp

posting date

payments
array of objects | null

list of payments If the item is already paid

payments
Response

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