Use this call to create a new transfer request with default reference number
Name | Type | Description |
---|---|---|
fromLocationId | Guid | pkLocationId for from Location |
toLocationId | Guid | pkLocationId for to Location |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/WarehouseTransfer/CreateTransferRequestWithReturn
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.
fromLocationId=9d30c1ce-72d2-4e56-a743-89341557e66c&toLocationId=74cd6de0-d3a1-49a3-8ba3-e92907e9fc55
This is an example of the response JSON. Results will vary depending on your data.
{
"PkTransferId": "9fa084a8-2633-4411-88ce-1e931656038c",
"FromLocationId": "64b570f4-313c-42ee-a8c8-da9fd70d4fb2",
"ToLocationId": "00a1fefc-1ac4-43c1-8fc4-4004328123a9",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2022-03-09T13:04:11.8065233+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "20372bb3-e36c-458d-9e01-534c9210128d",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "712d9fbc-71bf-4a1b-8d84-39086401188f",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "31f0aa6e-bce4-41f4-987e-ee0198875a44",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8065233+00:00",
"NoteRead": true,
"PkBinId": "b088fcf3-3b9b-44ff-95f4-c9afaa7a69b6"
}
],
"BinItems": [
{
"PkTransferItemId": "d1ccf3f0-9d1f-468c-9b81-f14d163ad175",
"FkStockItemId": "ffc44069-672f-4a99-a5e5-008e91279081",
"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": "f715fc54-9683-4c8d-9013-d08ad666e33b",
"ItemNotes": [
{
"PkTransferItemNoteId": "acd721e5-d3f9-4bf7-8908-dc8be9072fd9",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8065233+00:00",
"NoteRead": true,
"FkBinId": "37bc39f1-f703-40fd-90df-b2f9980de5ae",
"PkTransferItemId": "f3c91ace-a012-4dfb-9ba8-1b804cbba448"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "ac2128d2-a396-4633-aef4-ac8b297231ef",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2022-03-09T13:04:11.8065233+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "dbb16ced-dafb-4a65-9840-91bf0b195ff7",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2022-03-09T13:04:11.8065233+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "ff1daefb-d2a5-4dee-8c6a-e79fdeb2341c",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}