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

Anlagenbuchhaltung Transfer

Verschiebungen von Wirtschaftsgütern abrufen

Version 1.0


get
Autorisierungen
OAuth2passwordErforderlich

Use username and password.

Token URL:
Abfrageparameter
apiKeystringOptional
Antworten
200

OK

Idinteger · int32Optional
DiamantAssetIdinteger · int32Optional
DiamantAssetAssetNumberstring · nullableOptional
Keystring · nullableOptional
DepreciationTypestring · nullableOptional
PostingNumberinteger · int32 · nullableOptional
MovementTypestring · nullableOptional
Provisionalboolean · nullableOptional
Reversalinteger · int32 · nullableOptional
TransactionNumberstring · nullableOptional
FaTransactionDatestring · date-time · nullableOptional
TransactionDatestring · date-time · nullableOptional
Amountnumber · decimal · nullableOptional
PostedAmountnumber · decimal · nullableOptional
Accountstring · nullableOptional
VersAccountstring · nullableOptional
DepreciationAccountstring · nullableOptional
VersDepreciationAccountstring · nullableOptional
SpecialDepreciationAccountstring · nullableOptional
VersSpecialDepreciationAccountstring · nullableOptional
TDepreciationAccountstring · nullableOptional
VersTDepreciationAccountstring · nullableOptional
Quantitynumber · decimal · nullableOptional
Textstring · nullableOptional
Revenuenumber · decimal · nullableOptional
Profitnumber · decimal · nullableOptional
Sponsorshipinteger · int32 · nullableOptional
Percentagenumber · decimal · nullableOptional
CumulativeDepreciationnumber · decimal · nullableOptional
ResidualBookValuenumber · decimal · nullableOptional
ProDepreciationRetirementnumber · decimal · nullableOptional
CumulativeDepreciationRetirementnumber · decimal · nullableOptional
InputDepreciationBeginstring · date-time · nullableOptional
InputRBVnumber · decimal · nullableOptional
InputNewAssetNumberstring · nullableOptional
InputNewAssetGroupinteger · int32 · nullableOptional
InputNewNumberinteger · int32 · nullableOptional
InputNewNamestring · nullableOptional
CreationDatestring · date-time · nullableOptional
CreatedBystring · nullableOptional
DiamantCompanyboolean · nullableOptional
MovementCompanyinteger · int32 · nullableOptional
ExternalAssetNumberstring · nullableOptional
get/openwowi/v1.0/FixedAssets/AssetMovements
GET /openwowi/v1.0/FixedAssets/AssetMovements HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "DiamantAssetId": 1,
    "DiamantAssetAssetNumber": "text",
    "Key": "text",
    "DepreciationType": "text",
    "PostingNumber": 1,
    "MovementType": "text",
    "Provisional": true,
    "Reversal": 1,
    "TransactionNumber": "text",
    "FaTransactionDate": "2026-01-01T00:00:00.000Z",
    "TransactionDate": "2026-01-01T00:00:00.000Z",
    "Amount": 1,
    "PostedAmount": 1,
    "Account": "text",
    "VersAccount": "text",
    "DepreciationAccount": "text",
    "VersDepreciationAccount": "text",
    "SpecialDepreciationAccount": "text",
    "VersSpecialDepreciationAccount": "text",
    "TDepreciationAccount": "text",
    "VersTDepreciationAccount": "text",
    "Quantity": 1,
    "Text": "text",
    "Revenue": 1,
    "Profit": 1,
    "Sponsorship": 1,
    "Percentage": 1,
    "CumulativeDepreciation": 1,
    "ResidualBookValue": 1,
    "ProDepreciationRetirement": 1,
    "CumulativeDepreciationRetirement": 1,
    "InputDepreciationBegin": "2026-01-01T00:00:00.000Z",
    "InputRBV": 1,
    "InputNewAssetNumber": "text",
    "InputNewAssetGroup": 1,
    "InputNewNumber": 1,
    "InputNewName": "text",
    "CreationDate": "2026-01-01T00:00:00.000Z",
    "CreatedBy": "text",
    "DiamantCompany": true,
    "MovementCompany": 1,
    "ExternalAssetNumber": "text"
  }
]

Zuletzt aktualisiert