Assets are resources used in the operations of a business, such as buildings, manufacturing equipment, office equipment, furniture, fixtures, and vehicles.
The asset object holds information about the asset, including the in-service date, asset cost, and dimensions required to post to the GL. These properties are used to automatically generate depreciation schedules. From period to period, post your depreciation schedule entries until the asset is fully depreciated or disposed.
The Fixed Assets Management application supports both depreciable and non-depreciable assets. Assets that are not depreciable do not have depreciation schedules.
Returns up to 100 object references from the collection with a key, ID, and link for each asset. This operation is mostly for use in testing; use query to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Assets |
OK
Bad Request
{- "ia::result": [
- {
- "key": "2",
- "id": "CE_ASSET-2",
- "href": "/objects/fixed-assets/asset/2"
}, - {
- "key": "3",
- "id": "CE_ASSET-3",
- "href": "/objects/fixed-assets/asset/3"
}, - {
- "key": "4",
- "id": "VEH_ASSET-1",
- "href": "/objects/fixed-assets/asset/4"
}
], - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 3,
- "totalError": 0
}
}
Creates a new asset.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Add Asset |
Creates an asset
id required | string ID for the asset. Example: "CE_ASSET-1" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
name required | string Name for the asset. Example: "Laptop" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string Default: "readyForReview" Represents stages in the asset life cycle:
Assets are moved from Example: "inService" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
assetCost | string The amount that the asset was purchased for. It must be a positive number. This property is required for assets in service. It is also required if there is a salvage value. Example: "3000" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
salvageValue | string The estimated value of the asset at the end of its useful life. It must be less than the asset cost. Example: "300" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
inServiceDate | string <date> The date when the asset is available for use. This date, along with the convention, determines when the asset starts to depreciate. The in-service date must be on or after the acquisition date. Example: "2020-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
serialNumber | string Product serial number of the asset. Example: "CE_ASSET-1" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
assetTag | string Product asset tag for the asset. Example: "ASSET_TAG-0001" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The location of the entity associated with the asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Supporting document associated with the asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
quantity | integer Default: 1 Number of units of the asset. Example: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
acquisitionDate | string <date> The date the asset was purchased or obtained by your business. Example: "2020-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string Description of the asset. Example: "Lenovo ThinkPad" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | string Notes or comments about the asset. Example: "Next major service due at 3,000 hours" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isDepreciable | boolean Default: true Set to Set to If the asset is not depreciable, do not specify the following properties:
Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disposalDate | string <date> The date the asset was removed from business operations. This date also serves as the General Ledger posting date for the disposal journal entry. The disposal date must be after the last posted period date and before the next un-posted period date. If no periods are posted yet, it must be after the in-service date and before the first period's posting date. Example: "2022-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disposalType | string Default: null The reason for disposal of the asset.
If the reason for disposal is Example: "sale" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
salePrice | string The amount the asset was sold for. Specify for assets with Example: "1000" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disposalComments | string Notes about the disposal of the asset. Example: "Sold to Lincoln Avenue Veterinary Clinic" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string Default: "tangible" The type of the asset. Tangible assets have physical substance, such as equipment or land. Intangible assets do not have physical substance, such as patents or copyrights. At this time, the Fixed Assets Management application only supports tangible assets. Example: "tangible" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The bill the asset was created from. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gainLossAmount | string Amount of gain or loss when the asset is disposed for non-depreciable assets. Example: "300" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Disposed journal entry for a non-depreciable asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The journal where transactions related to non-depreciable assets are recorded. Use an active and non-statistical journal. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Allocation entry associated with the asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use dimensions to assign the asset to a project, department, or any other dimension value. The | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Required if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use only if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use only if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The General Ledger account where the sales price is recorded as a debit. Typically, it is a depreciation expense account or a gain and loss account. Specify this property when the The account must be active and non-statistical. Specify a different account than the | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The General Ledger account where the gain or loss on disposal amount is recorded as a debit or credit. The account must be active and non-statistical. Specify a different account than the | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Required if You can customize the GL accounts and depreciation rules per asset, after the asset has been created. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object By linking parent assets, you can create a hierarchy of assets. An asset can only have one parent. An asset cannot reference itself as the parent. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Depreciation rules contain information about the depreciation method, convention, and useful life for the asset. If the asset | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
Created
Bad Request
{- "id": "CE_ASSET-1",
- "name": "Laptop",
- "serialNumber": "CE_ASSET-1",
- "assetTag": "ASSET_TAG-0001",
- "state": "inService",
- "inServiceDate": "2021-03-15",
- "status": "active",
- "assetCost": "5000",
- "salvageValue": "200",
- "acquisitionDate": "2020-04-22",
- "isDepreciable": true,
- "description": "Lenovo ThinkPad",
- "dimensions": {
- "location": {
- "key": "1"
}
}, - "classification": {
- "key": "3"
}, - "allocation": {
- "key": "1"
}, - "depreciationRules": [
- {
- "postingRule": {
- "key": "1"
}, - "depreciationMethod": {
- "key": "-1"
}, - "usefulLife": 5
}
]
}
{- "ia::result": {
- "key": "11",
- "id": "CE_ASSET-2",
- "href": "/objects/fixed-assets/asset/11"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified asset.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Assets |
key required | string System-assigned key for the asset. |
OK
Bad Request
{- "ia::result": {
- "accumulatedDepreciationGLAccount": {
- "name": "Accumulated Depreciation",
- "id": "1901",
- "title": "Accumulated Depreciation",
- "key": "98"
}, - "depreciationExpenseGLAccount": {
- "name": "Depreciation Expense",
- "id": "6350",
- "key": "270"
}, - "assetGLAccount": {
- "name": "Computer Equipment",
- "id": "1500",
- "key": "93"
}, - "classification": {
- "name": "Computer Equipment",
- "id": "CE-1",
- "key": "3"
}, - "depreciationRules": [
- {
- "depreciationMethod": {
- "name": "Straight line",
- "id": "SL",
- "key": "-1"
}, - "asset": {
- "name": "Laptop",
- "id": "CE_ASSET-1",
- "key": "2"
}, - "depreciationSchedule": {
- "key": "1"
}, - "postingRule": {
- "name": "NAME 3",
- "id": "ID3",
- "key": "3"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-11-02T05:12:15Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2022-11-02T05:12:19Z"
}, - "id": "9",
- "key": "9",
- "usefulLife": 36
}, - {
- "depreciationMethod": {
- "name": "Straight line",
- "id": "SL",
- "key": "-1"
}, - "asset": {
- "name": "Laptop",
- "id": "CE_ASSET-1",
- "key": "2"
}, - "depreciationSchedule": {
- "key": "2"
}, - "postingRule": {
- "name": "NAME 2",
- "id": "ID2",
- "key": "2"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-11-02T05:12:15Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2022-11-02T05:12:19Z"
}, - "id": "10",
- "key": "10",
- "usefulLife": 3
}
], - "audit": {
- "createdBy": "1",
- "createdDateTime": "2022-11-02T05:12:15Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2022-11-02T05:12:19Z"
}, - "dimensions": {
- "item": {
- "name": "PC Computer",
- "id": "1",
- "key": "1"
}, - "task": {
- "name": "Project coordination",
- "id": "01-041",
- "key": "8"
}, - "vendor": {
- "name": "1099 Int",
- "id": "1099 Int",
- "key": "43"
}, - "project": {
- "name": "Client Services - Power Aerospace Materials",
- "id": "8",
- "key": "8"
}, - "location": {
- "name": "United States of America",
- "id": "1",
- "key": "1"
}, - "department": {
- "name": "Engineering",
- "id": "3",
- "key": "3"
}, - "employee": {
- "id": "1",
- "key": "1"
}, - "warehouse": {
- "name": "WH01 Name",
- "id": "WH01",
- "key": "1"
}, - "class": {
- "name": "Heath Care",
- "id": "3",
- "key": "1"
}, - "customer": {
- "name": "Power Aerospace Materials",
- "id": "1",
- "key": "1"
}
}, - "acquisitionDate": "2020-01-01",
- "assetCost": "3000",
- "quantity": 1,
- "serialNumber": "CE_ASSET-1",
- "assetTag": "ASSET_TAG-0001",
- "depreciableCost": "2700",
- "description": "Lenovo thinkpad",
- "type": "tangible",
- "name": "Laptop",
- "salvageValue": "300",
- "inServiceDate": "2020-01-01",
- "id": "CE_ASSET-1",
- "state": "inService",
- "isDepreciable": true,
- "key": "2",
- "status": "active"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing asset by setting field values. Any fields not provided remain unchanged.
The asset state
determines which fields of the asset may be edited. If the state
is set to disposed
, you may not edit any fields.
See Editing assets for more details.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Edit Assets |
key required | string System-assigned key for the asset. |
name | string Name for the asset. Example: "Laptop" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
state | string Default: "readyForReview" Represents stages in the asset life cycle:
Assets are moved from Example: "inService" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
assetCost | string The amount that the asset was purchased for. It must be a positive number. This property is required for assets in service. It is also required if there is a salvage value. Example: "3000" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
salvageValue | string The estimated value of the asset at the end of its useful life. It must be less than the asset cost. Example: "300" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
inServiceDate | string <date> The date when the asset is available for use. This date, along with the convention, determines when the asset starts to depreciate. The in-service date must be on or after the acquisition date. Example: "2020-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
serialNumber | string Product serial number of the asset. Example: "CE_ASSET-1" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
assetTag | string Product asset tag for the asset. Example: "ASSET_TAG-0001" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The location of the entity associated with the asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Supporting document associated with the asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
quantity | integer Default: 1 Number of units of the asset. Example: 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
acquisitionDate | string <date> The date the asset was purchased or obtained by your business. Example: "2020-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string Description of the asset. Example: "Lenovo ThinkPad" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
notes | string Notes or comments about the asset. Example: "Next major service due at 3,000 hours" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
isDepreciable | boolean Default: true Set to Set to If the asset is not depreciable, do not specify the following properties:
Example: true | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disposalDate | string <date> The date the asset was removed from business operations. This date also serves as the General Ledger posting date for the disposal journal entry. The disposal date must be after the last posted period date and before the next un-posted period date. If no periods are posted yet, it must be after the in-service date and before the first period's posting date. Example: "2022-01-01" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disposalType | string Default: null The reason for disposal of the asset.
If the reason for disposal is Example: "sale" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
salePrice | string The amount the asset was sold for. Specify for assets with Example: "1000" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
disposalComments | string Notes about the disposal of the asset. Example: "Sold to Lincoln Avenue Veterinary Clinic" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | string Default: "tangible" The type of the asset. Tangible assets have physical substance, such as equipment or land. Intangible assets do not have physical substance, such as patents or copyrights. At this time, the Fixed Assets Management application only supports tangible assets. Example: "tangible" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The bill the asset was created from. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
gainLossAmount | string Amount of gain or loss when the asset is disposed for non-depreciable assets. Example: "300" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Disposed journal entry for a non-depreciable asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The journal where transactions related to non-depreciable assets are recorded. Use an active and non-statistical journal. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Allocation entry associated with the asset. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use dimensions to assign the asset to a project, department, or any other dimension value. The | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Required if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use only if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Use only if | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The General Ledger account where the sales price is recorded as a debit. Typically, it is a depreciation expense account or a gain and loss account. Specify this property when the The account must be active and non-statistical. Specify a different account than the | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object The General Ledger account where the gain or loss on disposal amount is recorded as a debit or credit. The account must be active and non-statistical. Specify a different account than the | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object Required if You can customize the GL accounts and depreciation rules per asset, after the asset has been created. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object By linking parent assets, you can create a hierarchy of assets. An asset can only have one parent. An asset cannot reference itself as the parent. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Depreciation rules contain information about the depreciation method, convention, and useful life for the asset. If the asset | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | string Default: "active" Object status. Active objects are fully functional. Inactive objects are essentially hidden and cannot be used or referenced. Example: "active" |
OK
Bad Request
{- "state": "inService",
- "inServiceDate": "2021-12-28"
}
{- "ia::result": {
- "key": "3",
- "id": "CE_ASSET-2",
- "href": "/objects/fixed-assets/asset/3"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes an asset.
You can delete assets that are in the readyForReview
state. Assets that are inService
or disposed
cannot be deleted. Instead, consider changing their status to inactive
.
If the asset you want to delete is assigned as a parent asset, edit the children assets to remove the parent association.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Delete Assets |
key required | string System-assigned key for the asset. |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "fixed-assets/asset" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-payable/vendor",
- "fields": [
- "id",
- "name",
- "status",
- "href"
], - "filters": [
- {
- "$eq": {
- "status": "active"
}
}, - {
- "$eq": {
- "billingType": "openItem"
}
}
], - "filterExpression": "1 and 2",
- "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "Vend-00002",
- "name": "Test vendor",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/85"
}, - {
- "id": "VEND-00010",
- "name": "Design Works",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/111"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}