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.
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=a3a8a1aa-c0f4-4e45-b603-4c1ef96a5a24
This is an example of the response JSON. Results will vary depending on your data.
{
"PkTransferId": "a1f52f3a-f4eb-40e4-9ba0-8a2614045335",
"FromLocationId": "4868fe11-b2ed-4704-9dea-4b619d31f016",
"ToLocationId": "f2297945-d67c-41da-8e61-39f96c1c2556",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2022-03-09T13:04:11.8085195+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "5ee0e5a0-60b5-477d-b12e-c906cf22baa3",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "bcea5409-1d78-4d91-98c3-23c0020f1bfc",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "12ac1d19-b0b7-4906-88cf-f066f5d689c4",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8085195+00:00",
"NoteRead": true,
"PkBinId": "a47bd57f-0b24-46ec-92a2-a720dc37661f"
}
],
"BinItems": [
{
"PkTransferItemId": "d3817bec-14b7-44d5-9518-bd542f4230bf",
"FkStockItemId": "6a8c43fd-b36d-4724-9818-4644312b91d0",
"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": "40ab6cc2-0698-4e4e-ac49-2ea337be9ab6",
"ItemNotes": [
{
"PkTransferItemNoteId": "b54e419e-3c7f-405f-a716-26f90ca63501",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8085195+00:00",
"NoteRead": true,
"FkBinId": "0b1744d6-899b-4877-a80a-1e5ca892121d",
"PkTransferItemId": "22e79f59-ab4d-410a-ac57-b39e816836a8"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "efeaf408-18d1-4341-90cd-659e499e1c8e",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8085195+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "a90b27bd-d0ea-4664-afe1-3ab2b32b6753",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2022-03-09T13:04:11.8085195+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "14cf2988-55f8-4e71-9f3c-0955f13e8b23",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}