GET api/ReallocationOrderLine/UnfinishedOrderLines/{DispatchLocationId}/{RelocationType}
Get unfinished orderlines
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DispatchLocationId | globally unique identifier |
Required |
|
| RelocationType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
lines
Collection of ReallocationOrderLine| Name | Description | Type | Additional 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.