Financials | Asset Financial Information
The Asset Financial Informations endpoint is used to get all financial asset information such as all transactions.(RESERVED FOR INTERNAL USE.).
Overview
| URL | api/{tenantKey}/{orgKey}/financialCore/assetFinancialInformations |
| Methods Supported | GET |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
GET Get Asset Financial Information
This operation gets all transaction values for the asset. RESERVED FOR INTERNAL USE.
The following elements are required:
| companyKey | (string) Company key whose asset belongs. |
| assetKey | (string) Key of the asset to retreive information. |
| depreciationAreaKey | (string) Depreciation area that the values reffers. |
| financialYear | (string) Year until the information refers to. |
| period | (int) Period until the information refers to. |
Response:
| When successful, the response body contains a resource of type 'AssetInformation'. See AssetInformation. |
Response status codes:
| 200 | OK. The operation was completed successfully. |
| 400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/financialCore/assetFinancialInformations/getAssetFinancialInformation/{companyKey}/{assetKey}/{depreciationAreaKey}/{financialYear}/{period}
GET /financialCore/assetFinancialInformations/getAssetFinancialInformation/{companyKey}/{assetKey}/{depreciationAreaKey}/{financialYear}/{period}
Resources
AssetInformation
The following elements are optional:
| asset | (string) The key of the asset information. |
| assetValue | (decimal) The value in the asset gl account. |
| acquisitionCost | (decimal) The aquisition cost of the asset. |
| scrapValue | (decimal) The contabilistic scrap value. |
| depreciationAmountAcc | (decimal) The accumulated depreciation value for the asset. |
| impairmentAmountAcc | (decimal) The accumulated impairement value for the asset. |
| salesValue | (decimal) Value of Asset Sales. |
| netBookValue | (decimal) Net Book Value = aquisition cost- (salesAccountingValue + scrap value + impairmentsacc + depreciationacc). |
| currencyKey | (string) Currency key of the values. |
| remainingLife | (int) The months remaining of asset life. |