Use this call to load a list of basic transfers
Name | Type | Description |
---|---|---|
ids | List<Guid> | The Ids to load |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetListTransfers
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.
ids=[
"91244226-90a2-4127-88a4-cf7bd79b6bbf"
]
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferId": "88d1a7e4-d794-4d69-ba33-b67e280627db",
"FromLocationId": "6da7ad22-d596-4309-97fd-0527bf827ed8",
"ToLocationId": "5467a3e3-b493-45fa-bb30-9a00c1586748",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2023-01-10T13:49:49.8088216+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "28d86266-1d3e-4b88-8748-9a7b8c560a83",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "079ac225-4533-47dc-9ce4-0e237e854ada",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "36efa32e-0ed6-44ce-9999-29ea5097b635",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8088216+00:00",
"NoteRead": true,
"PkBinId": "96e5bc34-0060-4d93-8104-8727bc5006a4"
}
],
"BinItems": [
{
"PkTransferItemId": "cc8b9950-8272-4731-ba77-254d0bca77aa",
"FkStockItemId": "82bac447-022f-4aa3-923b-fae7accb5967",
"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": "4290c05f-c396-43b3-8130-29f25b4ad2dd",
"ItemNotes": [
{
"PkTransferItemNoteId": "96f263b4-3915-483c-8367-ff233b279815",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8088216+00:00",
"NoteRead": true,
"FkBinId": "81cc2640-2a7e-427c-8a46-38018976e369",
"PkTransferItemId": "19ebbc47-470e-4a03-8345-804217cf147b"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "015fb08f-237d-48b0-a83a-ade0dc8b7c8f",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8088216+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "f59b9d88-2bf7-40c5-9e4b-e5a443815528",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2023-01-10T13:49:49.8088216+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "578be007-a88f-45cb-a2f3-612d3ce162fd",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}
]