List Expenses
Returns the expenses stored in Bolta in the order they changed in Bolta. Parameters, response, and cursor rules match List Revenues. An expense also moves back in the order when Bolta re-evaluates its payment status, so the same expense can arrive again with identical content. Overwrite it.
hasMore can be true even when items is empty, so decide whether to continue from hasMore. Expenses changed in the last 5 minutes are deferred to a later call. You need a Standard plan or higher, and the call deducts no points. Revenue and expense guide
Authorizations
Append a colon to your API key, Base64-encode it, and put it in the header. Enter the API key as the username and leave the password empty.
Query Parameters
Start of the transaction date range. A KST date in YYYY-MM-DD format, inclusive. Tax invoices are filtered by write date.
End of the transaction date range. A KST date in YYYY-MM-DD format, inclusive.
Evidence type
Evidence type. HOMETAX_TAX_INVOICE: A tax invoice or invoice registered with the NTS. Documents issued through Bolta and documents collected from Hometax use the same value. New values can be added, so skip items with an unknown value.
HOMETAX_TAX_INVOICE nextCursor from the previous response. Send it exactly as received. A cursor is bound to the path, filters (from, to, type), and key mode (test or live) it was issued for. After you change the filters or key mode, start over without a cursor.
Maximum number of items per call
1 <= x <= 200Response
Lookup succeeded
Revenue or expense change list
Items in the order they changed in Bolta, not by write date.
A revenue or expense item whose shape depends on status. ACTIVE carries type and the matching object; REMOVED carries only status and id.
- Option 1
- Option 2
Cursor to pass on the next call. It is filled even on the last page, so save it and pass it on your next collection.
Whether more items are available right now. Can be true even when items is empty.
