v1

latestOpenAPI 3.1.02026-07-22155403592.5 KB
Accounting
Journal entries

Match entries

Match existing entries in the accounting system

post/consumers/{consumer_id}/accounting/matching

Path parameters

consumer_idstring uuid required

Query parameters

folder_idstring nullable

Id of the accounting folder instance. A folder represents a legal entity within the system. Required when the multiple folders feature is enabled.

Request body

entriesstring[] required

List of entries to match. Must contain at least 2 entries. Entries are typically journal entry id, invoice id or financial entry id.

partner_idstring required

Id of the thirdparty (customer, supplier or employee) in the accounting system . All entries are must be linked to one same partner.

Response

Successful Response

matching_numberstring required

Unique 'number' of the matching operation in the accounting system.

balancenumber required

Balance of the matching operation. This is the sum of all entries in the matching operation. It should be zero if the matching is complete.