The AssetTransferFromLocationBinToUserBin API moves an asset from a Location Bin to a User Bin. The request body includes transfer item info, transfer-to bin details, and other relevant data.
| Method | Endpoint |
|---|---|
| POST | {{endpoint}}/api/ext/bin-transfers |
| Key | Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer{{token}} |
{
"transferToBin": {
"id": 2,
"name": Store Bin B,
"userId": null
},
"transferToType": LOCATION_BIN,
"referenceNumber": null,
"note": null,
"jobOrder": null,
"binTransferItems": [
{
"assetName": {
"id": 4,
"name": FCL8,
"serialNo": FCL8,
"customer": null,
"nextMaintenanceDateTime": null,
"runningNo": AST-000005,
"assetsCode": FCL8,
"assetsStatus": null,
"serviceZone": null,
"assetsType": {
"id": null,
"name": Part
}
},
"assets": {
"id": 46
},
"qtyTransfer": 1,
"product": null,
"qty": 17,
"transferFromType": LOCATION_BIN,
"transferFromBin": {
"id": 1
},
"productSku": null,
"hasError": 0,
"duplicateProduct": {
"id": 5
},
"assetsCode": FCL8,
"serialNumber": FCL8,
"showAssetsDropDown": false
}
]
}
{SOME CODE}
Description can be added here
This website and its content are the property of FieldEx and are protected by copyright laws. © 2026 FieldEx. Any redistribution or reproduction of part or all of the contents in any form is prohibited, except with our express written permission.
FieldEx Pte Ltd Singapore