Kostenstellen

Kostenstellen abrufen

Version 1.0


get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
get
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"
  }
]

Last updated