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.
GET | 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=a7a07652-560b-4429-8cf9-0c40335b8205&toLocationId=c5d95453-649a-4147-8715-7e362263f818
This is an example of the response JSON. Results will vary depending on your data.
{
"PkTransferId": "bca7b162-c126-403e-a867-0a0741eb92d9",
"FromLocationId": "0a5a672d-ff9f-4e02-8967-7951b81fdd3c",
"ToLocationId": "c9aca359-b755-41cf-a414-74dfa591f748",
"FromLocation": "sample string 4",
"ToLocation": "sample string 5",
"Status": 6,
"nStatus": 6,
"ReferenceNumber": "sample string 7",
"OrderDate": "2023-01-10T13:49:49.7369935+00:00",
"NumberOfItems": 9,
"NumberOfNotes": 10,
"fkOriginalTransferId": "65adf2fc-5a0e-4dde-94bf-ac950fe64ba9",
"OriginalTransferReference": "sample string 12",
"IsDiscrepancyTransfer": true,
"BLogicalDelete": true,
"Bins": [
{
"PkBinId": "d8b90dff-8e93-44f3-bf9d-57e725dd74c4",
"BinName": "sample string 2",
"BinReference": "sample string 3",
"BinBarcode": "sample string 4",
"BinNotes": [
{
"PkTransferBinNoteId": "a45cbe3e-e908-420f-bafe-bdcca215ea75",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7369935+00:00",
"NoteRead": true,
"PkBinId": "b2c1d802-2a9a-4ba1-9d58-ea8b8410962a"
}
],
"BinItems": [
{
"PkTransferItemId": "1bedae0e-86f6-482a-b1d1-b915c01005a5",
"FkStockItemId": "91d9338f-d7f0-41b0-a6e1-c59a241579f8",
"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": "1f3a3674-9371-4699-ba62-a2e40efd83ed",
"ItemNotes": [
{
"PkTransferItemNoteId": "14768cf0-c894-4467-8a7d-812a5ce89301",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7369935+00:00",
"NoteRead": true,
"FkBinId": "db4b847d-74fd-4aea-aac8-c0f54edf2a78",
"PkTransferItemId": "32f980f8-e587-4be6-bff2-ff2964c32685"
}
]
}
]
}
],
"Notes": [
{
"PkTransferNoteId": "0696a1f9-8abf-4447-9d77-1f5709fba441",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2023-01-10T13:49:49.7369935+00:00",
"NoteRead": true
}
],
"AuditTrail": [
{
"PkTransferAuditId": "59241271-e8bd-43f4-8858-4ac6d234cc09",
"AuditType": 2,
"nAuditType": 2,
"AuditDate": "2023-01-10T13:49:49.7369935+00:00",
"AuditNote": "sample string 4"
}
],
"TransferProperties": [
{
"PkTransferPropertyId": "5a2d4f24-b6c9-418a-9e34-93589cfbdb2b",
"TransferPropertyName": "sample string 2",
"TransferPropertyValue": "sample string 3"
}
],
"UpdateStatus": {
"Notes": true,
"Items": true,
"Properties": true,
"Information": true,
"Status": true
}
}