Abschreibungen

Abschreibungen abrufen

Version 1.0


get
Autorisierungen
Abfrageparameter
apiKeystringOptional
Antworten
200

OK

get
/openwowi/v1.0/FixedAssets/AssetDepreciations
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-10-24T21:45:34.202Z",
    "ShiftFactor": 1,
    "SimplificationRule": true,
    "SpecialDepreciation": 1,
    "ManualDepreciation": 1,
    "Usage": 1,
    "RetirementCompTo": "2025-10-24T21:45:34.202Z",
    "RetirementCompVers": 1
  }
]

Zuletzt aktualisiert