/api/accounts/
Parameters for GET Queries
PARAMETER NAME | TYPE | DESCRIPTION | REQUIRED |
---|---|---|---|
date | String | Format: 2012-12-29T00:00:00 | |
dateForProfit | String | Format: 2012-12-29T00:00:00 | |
projectId | long | Project ID (internal) | |
showOnlyIncome | boolean | Show Only Profit and Loss Statement Accounts | |
removeAutomaticTransactions | boolean | Remove Year Ending Transactions | |
start | int | ||
limit | int |
Response
FIELD NAME | TYPE | DESCRIPTION | REQUIRED | |
---|---|---|---|---|
AccountInfo | id | long | Account ID (internal) | |
AccountInfo | number | String | Account Number | |
AccountInfo | name | String | Account Name | |
AccountInfo | incomeTypeCode | String | INCOME_TYPE | |
AccountInfo | balanceTypeCode | String | BALANCE_TYPE | |
AccountInfo | cashFlowTypeCode | String | CASH_FLOW_TYPE | |
AccountInfo | typeCode | String | ACCOUNT_TYPE | |
AccountInfo | description | String | Account Description | |
AccountInfo | defaultPercent | BigDecimal | Account Default Percent | |
AccountInfo | defaultTaxFreeSum | BigDecimal | ||
AccountInfo | currencyCode | String | CURRENCY | |
AccountInfo | partnerAccountId | long | Account ID (from ERPLY) | |
AccountInfo | accountIdentifier | String |