/api/transaction_entries/
Parameters for GET Queries
PARAMETER NAME | TYPE | DESCRIPTION | REQUIRED |
---|---|---|---|
typeCode | String | ||
dateFrom | Date | Format: 2012-12-29T00:00:00 | |
dateTo | Date | Format: 2012-12-29T00:00:00 | |
transactionDateFrom | Date | Format: 2012-12-29T00:00:00 | |
transactionDateTo | Date | Format: 2012-12-29T00:00:00 | |
description | String | Transaction Code or Description | |
projectId | long | Project ID (internal) | |
documentId | long | Document ID (internal) | |
sort | String | ||
start | int | ||
limit | int |
Response
FIELD NAME | TYPE | DESCRIPTION | REQUIRED | |
---|---|---|---|---|
TransactionEntryInfo | id | long | Transaction ID (Internal) | |
TransactionEntryInfo | opDate | Date | Format: 2012-12-29T00:00:00 | ![]() |
TransactionEntryInfo | code | String | Registration Code | |
TransactionEntryInfo | description | String | Description of Transaction | ![]() |
TransactionEntryInfo | sum | BigDecimal | Total Sum of Transaction’s rows – filled automatically | |
TransactionEntryInfo | typeCode | String | TRANSACTION_TYPE | ![]() |
TransactionEntryInfo | projectId | long | Project ID if necessary | |
TransactionEntryInfo | accountEntries | List <AccountEntryInfo> | Rows of Transaction in one Object | ![]() |