Last updated 10 months ago
OK
const response = await fetch('/openwowi/v1.0/FixedAssets/AssetCostCenters', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "Id": 0, "DiamantAssetId": 0, "DiamantAssetAssetNumber": "text", "Key": "text", "CostCenter": "text", "CostObject": "text", "Dimension3": "text", "Dimension5": "text", "Dimension6": "text", "Proportion": 0, "NormalDepreciation": 0, "SpecialDepreciation": 0, "PartValueDepreciation": 0, "FromPeriod": "text" } ]