Use this call to get all of the active transfers related to this location
Name | Type | Description |
---|---|---|
locationId | Guid | pkLocationId for |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetActiveTransfersForLocation
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
locationId=be9ce40d-19ca-4a3a-8e19-1c602902ce6f
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferId": "663b4152-1531-47d5-a069-11c57eccfe1c",
"FromLocationId": "69a3558e-2d94-41fb-9b47-0ecbb3675bea",
"ToLocationId": "e7b2a6c8-5f10-4ee9-8da5-dfccfa7c652a",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2023-01-10T13:49:49.7105776+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "549e23c8-a1bf-44dc-911b-00b5637e200e",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "60ebbdf5-422f-4b75-87d9-0a3fafb0326c",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "530b82a9-c345-4a65-8456-f3f55658cb20",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7105776+00:00",
"NoteRead": true,
"PkBinId": "ba12c413-c61f-46ea-bc90-78d24dcfd979"
}
],
"BinItems": [
{
"PkTransferItemId": "b3cde734-f874-4963-9d7d-501e598cad03",
"FkStockItemId": "eac95682-bec7-47f3-9004-1028d99865a1",
"SKU": "sample string 3",
"Barcode": "sample string 4",
"ItemTitle": "sample string 5",
"RequestedQuantity": 6,
"SentQuantity": 7,
"ReceivedQuantity": 1,
"InFromLocationQuantity": 8,
"DueFromLocationQuantity": 9,
"InToLocationQuantity": 10,
"ItemNoteCount": 11,
"BinRackNumber": "sample string 12",
"PkBinId": "a07171c5-37b5-4dea-a087-840a016ee466",
"ItemNotes": [
{
"PkTransferItemNoteId": "d068274b-b704-4b55-a4cb-0900fae45acb",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7115742+00:00",
"NoteRead": true,
"FkBinId": "b804d0b2-8102-4698-8a65-de538e0fe654",
"PkTransferItemId": "ea51cbe0-fced-499b-b369-f6673db95573"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "551ec97e-bc2a-4f4d-b312-3036666e5014",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7115742+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "315b9cc6-d943-4264-8607-e47907c90524",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2023-01-10T13:49:49.7115742+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "4df21c20-3071-48f8-94ef-985c2aa0280e",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}
]