POST api/SalesOrderLines/AllocatedFromSplitItems/ExtendedLocationFilter/{SalesOrderId}

Get all allocated salesorderlines to be picked from split items belonging to sales order id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SalesOrderId

globally unique identifier

Required

Body Parameters

List of warehouseids

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1de6ea3d-4c76-4d4e-b8c5-554b03f8fbea",
  "08555d7f-4db7-4ee2-907f-5bafe9e3743b"
]

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 'List`1'.

Response Information

Resource Description

lines

Collection of SalesOrderLineToBePicked
NameDescriptionTypeAdditional information
InternalId

globally unique identifier

None.

Id

globally unique identifier

None.

SalesOrderId

globally unique identifier

None.

LocationId

globally unique identifier

None.

DispatchNo

integer

None.

WarehouseNo

integer

None.

RackNo

integer

None.

HeightNo

integer

None.

WidthNo

integer

None.

StoreNo

string

None.

WarehouseName

string

None.

QuantityBase

decimal number

None.

PatyDescription

string

None.

QutyDescription

string

None.

ProductId

globally unique identifier

None.

ProdNumber

string

None.

ProdName

string

None.

ProdVariableQuantity

boolean

None.

PangId

globally unique identifier

None.

PangUnitNameSales

string

None.

PangNetWeight

decimal number

None.

PangQuantityBase

decimal number

None.

GtinNumber

string

None.

Quantity

decimal number

None.

AllocatedQuantity

decimal number

None.

PickedQuantity

decimal number

None.

VariableQuantity

decimal number

None.

SSCC

string

None.

SourceItemId

globally unique identifier

None.

TemperatureControlled

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.