Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

WarehouseTransfer /GetTransferWithNotes

Allows 150 calls per minute

Response: WarehouseTransfer



Use this call to get a warehouse transfer object with items

Parameters

NameTypeDescription
pkTransferIdGuidpkTransferId for required Transfer

Permissions

GlobalPermissions.Inventory.WarehouseTransferNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetTransferWithNotes

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

pkTransferId=4b008901-a13e-42ea-ad88-5d9deb684c95

Response

This is an example of the response JSON. Results will vary depending on your data.

{
  "PkTransferId": "f30e2a07-1d25-4600-afb4-3fc5e9226208",
  "FromLocationId": "8c535514-441b-435a-afb6-f395c0cf169a",
  "ToLocationId": "fda1e16f-f0c3-4dcb-aed6-04f5701fb9ff",
  "FromLocation": "sample string 4",
  "ToLocation": "sample string 5",
  "Status": 6,
  "nStatus": 6,
  "ReferenceNumber": "sample string 7",
  "OrderDate": "2023-01-10T13:49:49.7469604+00:00",
  "NumberOfItems": 9,
  "NumberOfNotes": 10,
  "fkOriginalTransferId": "ba2b3f4c-3cde-420c-8b61-9f736886bb9a",
  "OriginalTransferReference": "sample string 12",
  "IsDiscrepancyTransfer": true,
  "BLogicalDelete": true,
  "Bins": [
    {
      "PkBinId": "52b2cad1-03e1-4d2e-acb1-993459be3ba7",
      "BinName": "sample string 2",
      "BinReference": "sample string 3",
      "BinBarcode": "sample string 4",
      "BinNotes": [
        {
          "PkTransferBinNoteId": "8cd2be1f-b188-459c-83f5-324e9b77d8fc",
          "NoteUser": "sample string 2",
          "Note": "sample string 3",
          "NoteDateTime": "2023-01-10T13:49:49.7469604+00:00",
          "NoteRead": true,
          "PkBinId": "bd423eac-8b6a-4910-a38d-b735e85e5ac5"
        }
      ],
      "BinItems": [
        {
          "PkTransferItemId": "c7523282-7eba-40dc-b9d7-cc01aec033f4",
          "FkStockItemId": "1b534332-a805-4c63-9aa8-deba11ebc3e5",
          "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": "f8a3833d-dfd9-4eaf-aab1-1c02a95373fb",
          "ItemNotes": [
            {
              "PkTransferItemNoteId": "ee59bb5c-5643-4664-8def-c5703ef57ffe",
              "NoteUser": "sample string 2",
              "Note": "sample string 3",
              "NoteDateTime": "2023-01-10T13:49:49.7469604+00:00",
              "NoteRead": true,
              "FkBinId": "77d24a8a-2175-46c0-9a19-31f5e750f6ce",
              "PkTransferItemId": "1b8e0828-a297-4a27-8443-b44f1d0b4860"
            }
          ]
        }
      ]
    }
  ],
  "Notes": [
    {
      "PkTransferNoteId": "269a4bb2-de0a-4f56-812e-de2b1fb09925",
      "NoteUser": "sample string 2",
      "Note": "sample string 3",
      "NoteDateTime": "2023-01-10T13:49:49.7469604+00:00",
      "NoteRead": true
    }
  ],
  "AuditTrail": [
    {
      "PkTransferAuditId": "cf128300-8861-40f2-8d92-e52edda776a4",
      "AuditType": 2,
      "nAuditType": 2,
      "AuditDate": "2023-01-10T13:49:49.7469604+00:00",
      "AuditNote": "sample string 4"
    }
  ],
  "TransferProperties": [
    {
      "PkTransferPropertyId": "18be9126-6ac2-4026-a154-83d7e016608b",
      "TransferPropertyName": "sample string 2",
      "TransferPropertyValue": "sample string 3"
    }
  ],
  "UpdateStatus": {
    "Notes": true,
    "Items": true,
    "Properties": true,
    "Information": true,
    "Status": true
  }
}