POST api/Pick/UnallocatedSplitItem

Save unallocated split item pick

Request Information

URI Parameters

None.

Body Parameters

SplitItemUnallocatedPickParameters
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

UserName

string

None.

CompanyId

globally unique identifier

None.

Quantity

decimal number

None.

VariableQuantity

decimal number

None.

PangId

globally unique identifier

None.

PangQuantityBase

decimal number

None.

ProdName

string

None.

SalesOrderLineId

globally unique identifier

None.

PickItemId

globally unique identifier

None.

SourceItemId

globally unique identifier

None.

SourceItemLocationId

globally unique identifier

None.

ProdVariableQuantity

boolean

None.

BatchId

globally unique identifier

None.

BatchNumber

string

None.

BestBefore

date

None.

SerialNumber

string

None.

ReceiveLineId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "5aa3f5c8-dd2c-4633-a4e4-e4ba9a3cf9d8",
  "UserName": "sample string 2",
  "CompanyId": "9ac14d9b-a1aa-4ccb-af16-83359f089531",
  "Quantity": 4.0,
  "VariableQuantity": 5.0,
  "PangId": "3d0c21cb-dda7-404b-9182-8f13915755e5",
  "PangQuantityBase": 7.0,
  "ProdName": "sample string 8",
  "SalesOrderLineId": "28bed657-d091-4b59-b422-58200e45f172",
  "PickItemId": "3b57ad87-9c76-43cd-84f2-aa5bdfe5e6a0",
  "SourceItemId": "695a3124-c80b-46b1-802c-f7228fa23293",
  "SourceItemLocationId": "f86aa175-802c-4881-ba20-8f9ff2ef934b",
  "ProdVariableQuantity": true,
  "BatchId": "2bd17535-2071-44ce-af09-9227bc2cb1a3",
  "BatchNumber": "sample string 15",
  "BestBefore": "2026-06-25T10:46:58.2334888+02:00",
  "SerialNumber": "sample string 17",
  "ReceiveLineId": "811555c3-41de-4693-9bcc-a21603d90f58"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SplitItemUnallocatedPickParameters'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"