For the complete documentation index, see llms.txt. This page is also available as Markdown.

Investitionsfreibetrag zum Wirtschaftsgut

Investitionsfreibeträge abrufen

Version 1.0


get
Autorisierungen
OAuth2passwordErforderlich

Use username and password.

Token URL:
Abfrageparameter
apiKeystringOptional
Antworten
200

OK

Idinteger · int32Optional
DiamantAssetIdinteger · int32Optional
DiamantAssetAssetNumberstring · nullableOptional
KeyBusinessYearstring · date-time · nullableOptional
Creationnumber · decimal · nullableOptional
Closurenumber · decimal · nullableOptional
get/openwowi/v1.0/FixedAssets/AssetInvestTaxCredits
GET /openwowi/v1.0/FixedAssets/AssetInvestTaxCredits HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "DiamantAssetId": 1,
    "DiamantAssetAssetNumber": "text",
    "KeyBusinessYear": "2026-01-01T00:00:00.000Z",
    "Creation": 1,
    "Closure": 1
  }
]

Zuletzt aktualisiert