List Revenues
Returns the revenue stored in Bolta in the order it changed in Bolta, not by write date. Revenue visible in the dashboard arrives as ACTIVE. Revenue hidden because it was archived or deactivated arrives as REMOVED with only its id. The same id can arrive more than once, so overwrite or delete by id in the order you receive items. Documents whose Hometax details are still being filled are not included.
hasMore can be true even when items is empty, so decide whether to continue from hasMore. The API fills nextCursor even on the last page. Save it and pass it next time to receive only the revenue that changed since then. Revenue changed in the last 5 minutes is 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.
