Move transactions between folios

Move transactions to a different folio within the same source. You can specify individual transaction IDs or transaction types (by origin ID and external relation kind) to move all matching transactions at once. At least one of transactions or transactionTypes must be provided.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request to move transactions to a target folio. At least one of transactions or transactionTypes must be provided and non-empty.

string
enum
required

The type of financial source that owns transactions and balances. RESERVATION is an individual guest booking, HOUSE_ACCOUNT is a property-level account for miscellaneous charges, GROUP_PROFILE is a group booking that can aggregate charges from multiple reservations, and ACCOUNTS_RECEIVABLE_LEDGER tracks balances transferred for later collection.

Allowed:
int64
required

Source ID (reservation ID, group profile ID, etc.)

int64
required

Target folio ID where transactions will be moved

transactions
array of int64s
length ≥ 1

List of transaction IDs to move. Required if transactionTypes is not provided.

transactions
transactionTypes
array of objects
length ≥ 1

List of transaction types to move (by origin ID and external relation kind). Required if transactions is not provided.

transactionTypes
Headers
int64
required

Unique identifier of the property. Required for all requests to scope data to a specific property.

Responses
200

OK

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