v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Folios

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.

post/accounting/v1.0/folios/transactions/move

Headers

X-Property-IDinteger required

Property id

Request body

sourceKind'GROUP_PROFILE' | 'RESERVATION' | 'HOUSE_ACCOUNT' | 'ACCOUNTS_RECEIVABLE_LEDGER' required

Kind of the source entity

sourceIdinteger required

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

targetFolioIdinteger required

Target folio ID where transactions will be moved

transactionsinteger[]

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

Response

OK