Asset transfer history details, which capture the transfer date and dimension details after an asset transfer operation is performed. For more information see Transfer an asset.
Returns a collection with a key, ID, and link for each transfer operation. 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 Transfer histories |
OK
Bad Request
{- "ia::result": [
- {
- "id": "1",
- "key": "1",
- "href": "/objects/fixed-assets/transfer-history/1"
}, - {
- "id": "2",
- "key": "2",
- "href": "/objects/fixed-assets/transfer-history/2"
}
], - "ia::meta": {
- "totalCount": 2,
- "totalSuccess": 2,
- "totalError": 0
}
}
Returns detailed information for a specified transfer history.
Subscription | Fixed Assets Management |
---|---|
User type | Business, Employee, Project Manager, and Warehouse |
Permissions | List, View Transfer History |
key required | string System-assigned key for the transfer history. Example: 1 |
OK
Bad Request
{- "ia::result": {
- "asset": {
- "name": "Laptop",
- "id": "ADJDEC0207",
- "key": "2140"
}, - "journalEntries": [
- {
- "journalEntry": {
- "id": "9",
- "key": "9",
- "txnNumber": 13
}, - "transferHistory": {
- "id": "1",
- "key": "1"
}, - "depreciationSchedule": {
- "id": "2",
- "key": "2"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-20T06:08:40Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-20T06:08:40Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "id": "25",
- "key": "25"
}, - {
- "journalEntry": {
- "id": "7",
- "key": "7",
- "txnNumber": 15
}, - "transferHistory": {
- "id": "2",
- "key": "2"
}, - "depreciationSchedule": {
- "id": "3",
- "key": "3"
}, - "audit": {
- "createdBy": "1",
- "createdDateTime": "2025-01-20T06:08:40Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2025-01-20T06:08:40Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "id": "27",
- "key": "27"
}
], - "audit": {
- "createdBy": "1",
- "createdDateTime": "2024-11-19T18:41:01Z",
- "modifiedBy": "1",
- "modifiedDateTime": "2024-11-19T18:41:01Z",
- "createdByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}, - "modifiedByUser": {
- "key": "1",
- "id": "Admin",
- "href": "objects/company-config/user/1"
}
}, - "dimensions": {
- "item": {
- "name": "Goods Zero Rate",
- "id": "VAT040",
- "key": "177"
}, - "location": {
- "name": "United States of America",
- "id": "1",
- "key": "1"
}, - "department": {
- "name": "Engineering",
- "id": "3",
- "key": "3"
}, - "customer": {
- "name": "Power Aerospace Materials",
- "id": "1",
- "key": "1"
}
}, - "id": "3",
- "transferDate": "2024-11-15",
- "key": "3"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a transfer history.
You can delete latest transfer history of an asset.
Subscription | Fixed Assets Management |
---|---|
User type | Business |
Permissions | Delete transfer histories |
key required | string System-assigned key for the transfer history. Example: 1 |
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/transfer-history" | ||||||||
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 has (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 result set, 4000 maximum. Example: 100 |
OK
Bad Request
{- "object": "fixed-assets/transfer-history",
- "fields": [
- "id",
- "key",
- "transferDate",
- "transferJournalEntry.id"
], - "filters": [
- {
- "$eq": {
- "asset.id": "CE_ASSET-1"
}
}
], - "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "ADJSEPT0013",
- "key": "54",
- "transferDate": "2024-10-30",
- "transferJournalEntry.id": "6725"
}, - {
- "id": "ADJDEC0013",
- "key": "54",
- "transferDate": "2024-01-31",
- "transferJournalEntry.id": "9471"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}