Depreciation schedule tracks the loss in value of an asset over the period of its useful life using a specified depreciation rule.
Returns a collection with a key, ID, and link for each depreciation schedule. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
OK
Bad Request
{- "ia::result": [
- {
- "state": "inProgress",
- "key": "26",
- "href": "/objects/fixed-assets/depreciation-schedule/26"
}, - {
- "state": "inProgress",
- "key": "27",
- "href": "/objects/fixed-assets/depreciation-schedule/27"
}
], - "ia::meta": {
- "totalCount": 2,
- "totalSuccess": 2,
- "totalError": 0
}
}
Returns detailed information for a specified depreciation schedule.
key required | string System-assigned key for the depreciation schedule. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "disposedJournalEntry": {
- "txnNumber": 3,
- "id": "13",
- "key": "13"
}, - "asset": {
- "assetCost": "200",
- "name": "Asset Name _~!@#$%^*()_+=-`1682323123",
- "salvageValue": "10",
- "id": "ADJDEC1277",
- "key": "16"
}, - "assetDepreciationRule": {
- "useSalvageValue": true,
- "id": "23",
- "key": "23"
}, - "depreciationScheduleEntries": [
- {
- "depreciationSchedule": {
- "id": "14",
- "key": "14"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-21T05:27:36Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-21T05:27:53Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "period": 1,
- "depreciationAmount": "71.25",
- "id": "84",
- "state": "canceled",
- "scheduledPostingDate": "2025-12-31",
- "key": "84"
}, - {
- "depreciationSchedule": {
- "id": "14",
- "key": "14"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-21T05:27:36Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-21T05:27:53Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "period": 2,
- "depreciationAmount": "44.53",
- "id": "85",
- "state": "canceled",
- "scheduledPostingDate": "2026-12-31",
- "key": "85"
}, - {
- "depreciationSchedule": {
- "id": "14",
- "key": "14"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-21T05:27:36Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-21T05:27:53Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "period": 3,
- "depreciationAmount": "27.83",
- "id": "86",
- "state": "canceled",
- "scheduledPostingDate": "2027-12-31",
- "key": "86"
}, - {
- "depreciationSchedule": {
- "id": "14",
- "key": "14"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-21T05:27:36Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-21T05:27:53Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "period": 4,
- "depreciationAmount": "46.39",
- "id": "87",
- "state": "canceled",
- "scheduledPostingDate": "2028-12-31",
- "key": "87"
}
], - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-21T05:27:36Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-21T05:27:53Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "gainLossAmount": "-188",
- "depreciableCost": "190",
- "historicalAccumulatedDepreciationAmount": "0",
- "id": "14",
- "state": "canceled",
- "key": "14",
- "totalAccumulatedDepreciationAmount": "0",
- "remainingDepreciationAmount": "0"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}