Abschreibungen
Abschreibungen abrufen
Version 1.0
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.0/FixedAssets/AssetDepreciations HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"DiamantAssetId": 1,
"DiamantAssetAssetNumber": "text",
"KeyDepreciationType": "text",
"DepreciationMethod": "text",
"TargetUsage": 1,
"TotalUsage": 1,
"DisplayAcquisitionCosts": 1,
"TotalAcquisitionCosts": 1,
"DepreciationTotal": 1,
"SpecialDepreciationTotal": 1,
"PartValueDepreciationTotal": 1,
"SubsidyTotal": 1,
"ResidualBookValue": 1,
"UsefulLife": 1,
"ResidualUsefulLife": 1,
"Percentage": 1,
"DepreciationStart": "2025-06-27T10:32:57.140Z",
"ShiftFactor": 1,
"SimplificationRule": true,
"SpecialDepreciation": 1,
"ManualDepreciation": 1,
"Usage": 1,
"RetirementCompTo": "2025-06-27T10:32:57.140Z",
"RetirementCompVers": 1
}
]
Last updated