v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Deposits

Transfer deposit transactions

Transfer one or more deposit transactions to the guest ledger. Provide the transaction IDs of the deposits you want to transfer. This operation is processed asynchronously; the response includes an event ID you can use to track the result.

post/accounting/v1.0/deposits/transfer

Headers

X-Property-IDinteger required

Property id

Request body

transaction_idsstring[]
amountnumber

Partial amount to transfer in decimal form (e.g. 50.00). When provided, transaction_ids must contain exactly one element. When omitted, full amount of each transaction is transferred.

Response

OK

eventIdstring

Id of event which will be processed asynchronous.