Kostenstellen

Kostenstellen abrufen

Version 1.0


get
Autorisierungen
Abfrageparameter
apiKeystringOptional
Antworten
200

OK

get
/openwowi/v1.0/FixedAssets/AssetCostCenters
GET /openwowi/v1.0/FixedAssets/AssetCostCenters HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "DiamantAssetId": 1,
    "DiamantAssetAssetNumber": "text",
    "Key": "text",
    "CostCenter": "text",
    "CostObject": "text",
    "Dimension3": "text",
    "Dimension5": "text",
    "Dimension6": "text",
    "Proportion": 1,
    "NormalDepreciation": 1,
    "SpecialDepreciation": 1,
    "PartValueDepreciation": 1,
    "FromPeriod": "text"
  }
]

Zuletzt aktualisiert