POST api/Pick/AllocatedSplitItem

Save allocated pick from split item

Request Information

URI Parameters

None.

Body Parameters

SplitItemPickAllocatedParameters
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

Quantity

decimal number

None.

QuantityBase

decimal number

None.

PangId

globally unique identifier

None.

ProdName

string

None.

SalesOrderLineId

globally unique identifier

None.

PickItemId

globally unique identifier

None.

SourceItemId

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": "2aa65b91-bcf2-49f0-8c37-c03b17c5893e",
  "CompanyId": "53d00963-d7c2-4e85-883c-4445e5aebe45",
  "Quantity": 3.0,
  "QuantityBase": 4.0,
  "PangId": "4eec354a-5483-44a8-a66f-186472a63a53",
  "ProdName": "sample string 6",
  "SalesOrderLineId": "d31df357-a2c7-41e1-9823-1dada0d1f9a1",
  "PickItemId": "cb52a09d-db59-423d-b002-9f087a0946a8",
  "SourceItemId": "dd5d9b6e-a30f-49e8-a477-fd611a9916b3",
  "ProdVariableQuantity": true,
  "BatchId": "d5838550-d40a-4fdf-967f-cbcc6c47f744",
  "BatchNumber": "sample string 12",
  "BestBefore": "2026-06-25T16:11:18.7123807+02:00",
  "SerialNumber": "sample string 14",
  "ReceiveLineId": "ddf4934e-5d85-4b13-8bc2-a4c380073210"
}

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 'SplitItemPickAllocatedParameters'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"