Financials | Accounting Entry
Overview
| URL | api/{tenantKey}/{orgKey}/financialCore/accountingEntries |
| Methods Supported | GET |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
GET Get Accounting Summaries
Gets the accounting entries summary of each month.
The following elements are required:
| startDate | (DateTime?) StartDate. |
| endDate | (DateTime?) EndDate. |
Response:
| When successful, the response body contains a list of resources of type 'AccountingSummary'. See AccountingSummary. |
Response status codes:
| 200 | OK. The operation was completed successfully. |
| 400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/financialCore/accountingEntries/getAccountingSummaries
GET /financialCore/accountingEntries/getAccountingSummaries
Resources
AccountingSummary
The following elements are optional:
| index | (string) Index. |
| year | (string) Year. |
| month | (string) Month. |
| company | (string) Company. |
| currency | (string) Currency. |
| accountType | (string) Account Type. |
| nature | (string) Nature. |
| accountTypeDesc | (string) Account Type Desc. |
| amount | (decimal) Amount. |
| yTDAmount | (decimal) YTD Amount. |
| budgetedAmount | (decimal) Budgeted Amount. |
| yTDBudgetedAmount | (decimal) YTD Budgeted Amount. |
| lastYearAmount | (decimal) Last Year Amount. |
| yTDLastYearAmount | (decimal) YTD Last Year Amount. |
| id | (Guid) Id. |