Use this call to retrieve a basic list of transfers which have been significantly modified between the specified UTC date and now.
Name | Type | Description |
---|---|---|
updateDate | DateTime | A UTC date/time |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetModifiedBasic
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.
updateDate=2023-01-10T13:49:45.5465926+00:00
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkTransferId": "4477710d-e0cb-40dc-9c9c-e56031d17e60",
"FromLocationId": "aaf5d5a6-8a7e-483a-ab14-b436299acf0c",
"ToLocationId": "4df2bbca-abb8-46b7-9175-5f5e37891da8",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2023-01-10T13:49:49.8118392+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "30d459b9-5d66-4ec9-b3b9-2f25641d0944",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "5cf1efd4-c079-48b5-a80c-32ba46eb528c",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "04755d06-d76b-4c71-9494-e47b879431a1",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8118392+00:00",
"NoteRead": true,
"PkBinId": "60125c48-62a2-4f0f-ab0f-75494239fd0e"
}
],
"BinItems": [
{
"PkTransferItemId": "411a18a2-864b-46e5-9fb2-a35b53d942ce",
"FkStockItemId": "075a5044-05ae-442d-8512-67025400e067",
"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": "1252d5e1-c462-4a4e-8096-f390519001fd",
"ItemNotes": [
{
"PkTransferItemNoteId": "3efbfa51-dced-4638-82d1-5be5f80a12b1",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8118392+00:00",
"NoteRead": true,
"FkBinId": "91fb2231-6180-4925-87ce-ed945f7ba7ec",
"PkTransferItemId": "d2e42bf6-b594-49a9-8c93-e0b356a768d5"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "da80667a-25d5-42e0-9aa4-05c80db5d96a",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.8118392+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "e1535568-cffa-4c11-96cc-003f9f43604e",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2023-01-10T13:49:49.8118392+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "7e213670-6bb3-4dd8-96a6-eca45d1525b9",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}
]