v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
accounting-entries

Apply filters to search for specific accounting entry receipts.

post/v1/accounting-entries/receipts:search

Query parameters

company_idstring uuid

Return only receipts of the given Company Id. Required if partner_id or organization_id is not provided.

partner_idstring uuid

Return only receipts of the specific companies associated with the given Partner ID. Required if company_id or organization_id is not provided.

organization_idstring uuid

Return only receipts of the specific companies associated with the given Organization ID. Required if company_id or partner_id is not provided.

beforestring

Lower bound of the page of data to return (cannot be used together with [after])

afterstring

Upper bound of the page of data to return (cannot be used together with [before])

limitinteger

The maximum amount of items to return. Never returns more than 100 items

sorting_orderPageOrder[]

The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.

sorting_keysReceiptsSortingKeys[]

The keys to sort the results by

Response

default response