Use this call to create a new transfer request from discrepancies
Name | Type | Description |
---|---|---|
pkTransferId | Guid | pkTransferId |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/CreateTransferFromDescrepancies
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=5cb32ce2-d56e-4369-99e1-6adc29300f76
This is an example of the response JSON. Results will vary depending on your data.
{
"PkTransferId": "280d0f2b-aae2-45af-b0a5-48179d8912ea",
"FromLocationId": "648bdfbe-a01e-4118-875f-59eca28c9630",
"ToLocationId": "c1f5e82f-a855-40e5-a46f-d583300a390f",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2023-01-10T13:49:49.7399833+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "368986fa-09a4-467f-8843-9fe6491e8394",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "0cd756a0-7812-4567-87a8-314efac41b9a",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "73efe3cf-d61f-43f9-ae76-7329a49fbade",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7399833+00:00",
"NoteRead": true,
"PkBinId": "0d6dc0df-9178-457f-8d1f-c6daed3c1ca8"
}
],
"BinItems": [
{
"PkTransferItemId": "23f53181-59f0-465e-969f-231f6235eac7",
"FkStockItemId": "4bdc56b2-6328-48ff-be42-2c21d17efbca",
"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": "c876a82c-7d03-4833-950e-dd4507292e82",
"ItemNotes": [
{
"PkTransferItemNoteId": "d6d5b966-2aa6-404a-94d8-51f747b80bb8",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7399833+00:00",
"NoteRead": true,
"FkBinId": "fb2d1916-e2cc-4ed7-810f-533ffd492fdb",
"PkTransferItemId": "58e66e98-d2bf-4213-bea8-8e6204135990"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "a9f914b2-75ab-4fd7-9576-629102c96590",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7399833+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "be859cbc-bc49-4b25-9cd9-4584df284aa1",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2023-01-10T13:49:49.7399833+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "9acaf7d6-e593-4831-80bb-da8e4980dab5",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}