v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
WarehouseTransfer

GetTransferItemNotes

Use this call to retrieve the notes from a transfer item. <b>Permissions Required: </b> GlobalPermissions.Inventory.WarehouseTransferNode <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

get/api/WarehouseTransfer/GetTransferItemNotes

Query parameters

pkTransferIdstring uuid

The id of the transfer to which the item belongs.

pkTransferItemIdstring uuid

The id of the transfer item.

Response

OK

PkTransferItemNoteIdstring uuid

Stock item ID (unique identifier)

NoteUserstring

User who added note

Notestring

Note text

NoteDateTimestring date-time

When note was added

NoteReadboolean

If note is readable

FkBinIdstring uuid

Bin ID

PkTransferItemIdstring uuid

Transfer ID

Example response

[
  {
    "PkTransferItemNoteId": "00000000-0000-0000-0000-000000000000",
    "FkBinId": "00000000-0000-0000-0000-000000000000",
    "PkTransferItemId": "00000000-0000-0000-0000-000000000000"
  }
]