Line items in a depreciation schedule, which denote the amount and posting date of depreciation entries for an asset.
Returns a collection with a key, ID, and link for each depreciation schedule entry. 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": [
- {
- "id": "11",
- "key": "11",
- "href": "/objects/fixed-assets/depreciation-schedule-entry/11"
}, - {
- "id": "12",
- "key": "12",
- "href": "/objects/fixed-assets/depreciation-schedule-entry/12"
}
], - "ia::meta": {
- "totalCount": 2,
- "totalSuccess": 2,
- "totalError": 0
}
}
Returns detailed information for a specified depreciation schedule entry.
key required | string System-assigned key for the depreciation schedule entry. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "depreciationSchedule": {
- "id": "389",
- "key": "389"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2023-04-24T07:58:45Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2023-04-24T07:58:45Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "depreciationAmount": "960",
- "period": 1,
- "id": "5564",
- "scheduledPostingDate": "2021-12-31",
- "actualPostingDate": "2022-01-05",
- "state": "notPosted",
- "key": "5564"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}