Anlagenbuchhaltung Transfer

Verschiebungen von Wirtschaftsgütern abrufen

Version 1.0


GET/openwowi/v1.0/FixedAssets/AssetMovements
Authorization
Query parameters
Response

OK

Body
Idinteger (int32)
DiamantAssetIdinteger (int32)
DiamantAssetAssetNumbernullable string
Keynullable string
DepreciationTypenullable string
PostingNumbernullable integer (int32)
MovementTypenullable string
Provisionalnullable boolean
Reversalnullable integer (int32)
TransactionNumbernullable string
FaTransactionDatenullable string (date-time)
TransactionDatenullable string (date-time)
Amountnullable number (decimal)
PostedAmountnullable number (decimal)
Accountnullable string
VersAccountnullable string
DepreciationAccountnullable string
VersDepreciationAccountnullable string
SpecialDepreciationAccountnullable string
VersSpecialDepreciationAccountnullable string
TDepreciationAccountnullable string
VersTDepreciationAccountnullable string
Quantitynullable number (decimal)
Textnullable string
Revenuenullable number (decimal)
Profitnullable number (decimal)
Sponsorshipnullable integer (int32)
Percentagenullable number (decimal)
CumulativeDepreciationnullable number (decimal)
ResidualBookValuenullable number (decimal)
ProDepreciationRetirementnullable number (decimal)
CumulativeDepreciationRetirementnullable number (decimal)
InputDepreciationBeginnullable string (date-time)
InputRBVnullable number (decimal)
InputNewAssetNumbernullable string
InputNewAssetGroupnullable integer (int32)
InputNewNumbernullable integer (int32)
InputNewNamenullable string
CreationDatenullable string (date-time)
CreatedBynullable string
DiamantCompanynullable boolean
MovementCompanynullable integer (int32)
ExternalAssetNumbernullable string
Request
const response = await fetch('/openwowi/v1.0/FixedAssets/AssetMovements', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
[
  {
    "Id": 1,
    "DiamantAssetId": 1,
    "DiamantAssetAssetNumber": "text",
    "Key": "text",
    "DepreciationType": "text",
    "PostingNumber": 1,
    "MovementType": "text",
    "Provisional": true,
    "Reversal": 1,
    "TransactionNumber": "text",
    "FaTransactionDate": "2025-02-05T03:46:34.359Z",
    "TransactionDate": "2025-02-05T03:46:34.359Z",
    "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-02-05T03:46:34.359Z",
    "InputRBV": 1,
    "InputNewAssetNumber": "text",
    "InputNewAssetGroup": 1,
    "InputNewNumber": 1,
    "InputNewName": "text",
    "CreationDate": "2025-02-05T03:46:34.359Z",
    "CreatedBy": "text",
    "DiamantCompany": true,
    "MovementCompany": 1,
    "ExternalAssetNumber": "text"
  }
]

Last updated