/api/account_entries/
Parameters for GET Queries
PARAMETER NAME | TYPE | DESCRIPTION | REQUIRED |
---|---|---|---|
incomeType | String | INCOME_TYPE | |
dateFrom | Date | Format: 2012-12-29T00:00:00 | |
dateTo | Date | Format: 2012-12-29T00:00:00 | |
projectId | long | Project ID (internal) | |
start | int | ||
limit | int |
Response
FIELD NAME | TYPE | DESCRIPTION | REQUIRED | |
---|---|---|---|---|
AccountEntryInfo | id | long | ||
AccountEntryInfo | accountId | long | Account ID – Is Set According to an Account Number | |
AccountEntryInfo | transactionEntryId | long | Transaction ID | |
AccountEntryInfo | description | String | Description of Transaction’s row (not to mix up with Description of Transaction) | |
AccountEntryInfo | creditSum | BigDecimal | Credit Sum | |
AccountEntryInfo | debitSum | BigDecimal | Debit Sum | |
AccountEntryInfo | opDate | Date | Transaction Date | |
AccountEntryInfo | currencyCode | String | CURRENCY | |
AccountEntryInfo | typeCode | String | Type of Transaction (must be left empty) | |
AccountEntryInfo | accountNumber | String | Account Number |