Anlagenbuchhaltung Transfer
Verschiebungen von Wirtschaftsgütern abrufen
Version 1.0
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.0/FixedAssets/AssetMovements HTTP/1.1
Host:
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": "2025-06-27T10:26:09.503Z",
"TransactionDate": "2025-06-27T10:26:09.503Z",
"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": "2025-06-27T10:26:09.503Z",
"InputRBV": 1,
"InputNewAssetNumber": "text",
"InputNewAssetGroup": 1,
"InputNewNumber": 1,
"InputNewName": "text",
"CreationDate": "2025-06-27T10:26:09.503Z",
"CreatedBy": "text",
"DiamantCompany": true,
"MovementCompany": 1,
"ExternalAssetNumber": "text"
}
]
Last updated