Asset classifications contain information about General Ledger (GL) accounts and depreciation rules. Use asset classifications to ensure consistent treatment of similar assets.
Returns up to 100 object references from the collection with a key, ID, and link for each asset classification. 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 Asset Classification |
OK
Bad Request
{- "ia::result": [
- {
- "key": "101",
- "id": "Classification Id 101",
- "href": "/objects/fixed-assets/asset-classification/101"
}, - {
- "key": "102",
- "id": "Classification Id 102",
- "href": "/objects/fixed-assets/asset-classification/102"
}, - {
- "key": "103",
- "id": "Classification Id 103",
- "href": "/objects/fixed-assets/asset-classification/103"
}
], - "ia::meta": {
- "totalCount": 3,
- "totalSuccess": 3,
- "totalError": 0
}
}
Creates a new asset classification.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Create Asset Classifications |
Creates an asset classification
id required | string Unique ID for the asset classification. Example: "CE-1" | ||||||||||||
name required | string Name for the asset classification. Example: "Computer Equipment" | ||||||||||||
object Multi-entity location. | |||||||||||||
object The General Ledger (GL) account for transactions involving asset cost and disposal. | |||||||||||||
| |||||||||||||
object The General Ledger (GL) account where depreciation transactions are recorded as credits. | |||||||||||||
| |||||||||||||
object The General Ledger (GL) account where depreciation transactions are recorded as debits. | |||||||||||||
| |||||||||||||
object The General Ledger account where the sale price is recorded as a debit. Typically, it is a depreciation expense account or a gain and loss account. Required before disposing any asset. The account must be active and non-statistical. | |||||||||||||
| |||||||||||||
Array of objects Depreciation rules used to calculate depreciation for the asset classification. | |||||||||||||
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
{- "name": "Furniture & Fixtures",
- "id": "Classification Id 100",
- "status": "active",
- "assetGLAccount": {
- "key": "29",
- "id": "1014",
- "title": "Shared Banks"
}, - "accumulatedDepreciationGLAccount": {
- "key": "9",
- "id": "1000",
- "title": "Bank of America A/c."
}, - "depreciationExpenseGLAccount": {
- "key": "194",
- "id": "4000",
- "title": "Sales"
}, - "disposalGLAccount": {
- "key": "101",
- "id": "1904",
- "title": "Computer Equipment"
}, - "depreciationRules": [
- {
- "postingRule": {
- "key": "1"
}, - "depreciationMethod": {
- "key": "-1"
}, - "usefulLife": 60
}, - {
- "postingRule": {
- "key": "2"
}, - "depreciationMethod": {
- "key": "-2"
}, - "usefulLife": 12
}
]
}
{- "ia::result": {
- "key": "981",
- "id": "Classification Id 100",
- "href": "/objects/fixed-assets/asset-classification/981"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a specified asset classification.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Asset Classification |
key required | string System-assigned key for the asset classification. |
OK
Bad Request
{- "ia::result": {
- "name": "Furniture & Fixtures",
- "id": "Classification Id 100",
- "key": "100",
- "status": "active",
- "assetGLAccount": {
- "key": "29",
- "id": "1014",
- "title": "Shared Banks"
}, - "accumulatedDepreciationGLAccount": {
- "key": "9",
- "id": "1000",
- "title": "Bank of America A/c."
}, - "depreciationExpenseGLAccount": {
- "key": "194",
- "id": "4000",
- "title": "Sales"
}, - "disposalGLAccount": {
- "key": "101",
- "id": "1904",
- "title": "Computer Equipment"
}, - "depreciationRules": [
- {
- "depreciationMethod": {
- "name": "Straight line",
- "id": "SL",
- "key": "-1"
}, - "journal": {
- "id": "GAAP",
- "title": "GAAP Accrual Book",
- "key": "45"
}, - "classification": {
- "id": "Classification Id 100",
- "key": "100"
}, - "id": "818",
- "key": "818",
- "usefulLife": 60
}, - {
- "depreciationMethod": {
- "name": "200% declining balance",
- "id": "200DB",
- "key": "-2"
}, - "journal": {
- "id": "TAX",
- "title": "TAX Accrual Book",
- "key": "46"
}, - "classification": {
- "id": "Classification Id 100",
- "key": "100"
}, - "id": "824",
- "key": "824",
- "usefulLife": 12
}
]
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing asset classification by setting field values. Any fields not provided remain unchanged.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Edit Asset Classifications |
key required | string System-assigned key for the asset classification. |
id | string Unique ID for the asset classification. Example: "CE-1" | ||||||||||||
name | string Name for the asset classification. Example: "Computer Equipment" | ||||||||||||
object Multi-entity location. | |||||||||||||
object The General Ledger (GL) account for transactions involving asset cost and disposal. | |||||||||||||
| |||||||||||||
object The General Ledger (GL) account where depreciation transactions are recorded as credits. | |||||||||||||
| |||||||||||||
object The General Ledger (GL) account where depreciation transactions are recorded as debits. | |||||||||||||
| |||||||||||||
object The General Ledger account where the sale price is recorded as a debit. Typically, it is a depreciation expense account or a gain and loss account. Required before disposing any asset. The account must be active and non-statistical. | |||||||||||||
| |||||||||||||
Array of objects Depreciation rules used to calculate depreciation for the asset classification. | |||||||||||||
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
{- "name": "Updated Furniture",
- "id": "Classification Id 100",
- "accumulatedDepreciationGLAccount": {
- "key": "10"
}, - "depreciationExpenseGLAccount": {
- "key": "11"
}
}
{- "ia::result": {
- "key": "981",
- "id": "Classification Id 100",
- "href": "/objects/fixed-assets/asset-classification/981"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes an asset classification.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | null |
key required | string System-assigned key for the asset classification. |
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-classification" | ||||||||
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
}
}