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 the query service to find objects that meet certain criteria and to specify properties that are returned.
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.
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.
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
}
}