POST api/ReallocationOrderLine/UnfinishedOrderLines/WareHouse/{ListOfWarehouseId}

Get unfinished orderlines by warehouse

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ListOfWarehouseId

string

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "065bd252-01b8-4144-a82a-0bd0cc88380e",
  "5fdbd538-a354-48e9-aa51-b75e7f2f3e48"
]

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 ReallocationOrderLine
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ProdId

globally unique identifier

None.

ProdNumber

string

None.

ProdName

string

None.

ProdAltNumber1

string

None.

ProdAltNumber2

string

None.

ProdSize

string

None.

ProdColour

string

None.

ProdSeason

string

None.

ProdAssortment

string

None.

PangGtinNumber

string

None.

PangQuantity

decimal number

None.

PangTaraWeight

decimal number

None.

PangNetWeight

decimal number

None.

PangVolume

decimal number

None.

PangHeight

decimal number

None.

PangWidth

decimal number

None.

PangDepth

decimal number

None.

PatyDescription

string

None.

QutyDescription

string

None.

Quantity

decimal number

None.

QuantityReallocated

decimal number

None.

LocationFromNumber

string

None.

LocationFromName

string

None.

LocationToId

globally unique identifier

None.

LocationToNumber

string

None.

LocationToName

string

None.

StoreNo

string

None.

OrderDate

date

None.

OrderLineComment

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

ItemId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:

Sample not available.