Accounting | Import External Asset
The Import External Assests end point is use on the file in import process to import the assets from external systems.
Overview
| URL | api/{tenantKey}/{orgKey}/accounting/importExternalAssets |
| Methods Supported | POST |
All Operations
This service includes the following operations:
All Resources
This service uses the following resources:
POST Import External Asset History
This operation imports external asset historical values and must be called only after import the assets.
The following elements are required:
| externalEntity | (ImportExternalAssetResource) ExternalEntity. |
Response:
| When successful, the response body is empty. |
Resource URL:
api/{tenantKey}/{orgKey}/accounting/importExternalAssets/importExternalAssetHistory
POST /accounting/importExternalAssets/importExternalAssetHistory
Resources
ImportExternalAssetLineResource
The following elements are required:
| acquisitionCost | (decimal) The asset acquisition cost. |
| depreciation | (decimal) The asset depreciation value. |
| valueAdjustment | (decimal) The asset a value adjustment. |
The following elements are optional:
| assetKey | (string) The asset key created in the system. |
| year | (int) Year. |