Use this call to get a warehouse transfer object with items
Name | Type | Description |
---|---|---|
pkTransferId | Guid | pkTransferId for required Transfer |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferWithNotes
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.
pkTransferId=0774a1df-052b-4691-b6d0-91c6b7b2e113
This is an example of the response JSON. Results will vary depending on your data.
{
"PkTransferId": "34532647-b4e8-4516-8365-cf7ce25588da",
"FromLocationId": "6b614d41-054b-406f-88a6-1136ad7eb45b",
"ToLocationId": "aa071752-070c-4b39-abd0-f6314719a04e",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2022-03-09T13:04:11.8115099+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "def96035-9be1-47e1-a5ca-93b0f5dc6967",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "23e3326a-ec50-4a78-9a49-2891b0356e13",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "1755e14e-1311-434c-a211-01606c274cec",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8115099+00:00",
"NoteRead": true,
"PkBinId": "07932c7a-9d0c-4cbb-9ea7-d0f460334e9b"
}
],
"BinItems": [
{
"PkTransferItemId": "3becc6a4-4576-4504-ab95-c571e251db3c",
"FkStockItemId": "954e27fd-1d6b-4caa-8bc8-4b0798fe7434",
"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": "a70b1c22-f65b-41b8-bc57-3f99333e6852",
"ItemNotes": [
{
"PkTransferItemNoteId": "7cd9516b-4b8e-4d76-9439-57d6b371a880",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8115099+00:00",
"NoteRead": true,
"FkBinId": "77e8170d-904b-4780-ac5e-8c8ff666d05f",
"PkTransferItemId": "c82c788e-46c7-42b2-bc5c-a4d054fd5d73"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "761e77c4-83ab-41ab-98fa-e549eb51cfc2",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8115099+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "c33e91e2-2960-4e5b-9ad1-baacb05b6f27",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2022-03-09T13:04:11.8115099+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "5f61b75b-6d3e-46b8-aa8f-18747a9971f2",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}