- Resource Central
- Work Order Lines
Work Order Lines
A Work Order Line is a segmented amount of materials that need to be picked from a specific location for a specific order.
Attributes
-
name
string
LIMIT:
50
Name or number of the work order line.
-
id
uuid
Unique identifier of the work order line.
- attributeControl
-
batchId
uuid
ID of the batch.
-
directionType
integer/string
The type of order.
Possible values:
1 or "put"
2 or "pick"
3 or "return"
4 or "transport"
5 or "count"
7 or "production" -
handlingRank
integer
Rank of the handling unit.
-
handlingUnit
string
The transport tote/container/cart used when processing the order or batch.
-
locationContentBreakdownId
uuid
ID of the location content breakdown.
-
locationContentId
uuid
ID of the location content.
-
locationId
uuid
ID of the location.
-
locationName
string
Name of the location.
-
materialId
uuid
ID of the material.
-
orderId
uuid
ID of the order.
-
orderLineId
uuid
ID of the order line.
-
orderName
string
Name of the order.
-
pickError
Error on pick.
-
progressType
integer
Status of the individual line.
-
putError
Error on put.
-
quantity
float
Quantity of materials for the work order line.
-
storageUnitId
uuid
ID of the storage unit.
-
zoneId
uuid
ID of the zone.
Endpoints
Get a list of work order lines from the PPG database. View the guide on adding filters to List API calls.
Body Parameters
-
batchId
uuid
ID of the batch.
-
directionType
integer/string
The type of order. Can use integer or string.
Possible values:
1 or "put"
2 or "pick"
3 or "return"
4 or "transport"
5 or "count"
7 or "production" -
handlingUnit
string
The transport tote/container/cart used when processing the order or batch.
-
locationContentId
uuid
ID of the location content.
-
locationId
uuid
ID of the location.
-
locationName
uuid
Name of the location.
-
name
string
Name or number of the work order line.
-
orderLineId
uuid
ID of the order line.
-
progressType
integer
Status of the individual line.
Possible values:
0 = Complete
1 = Not Started
2 = In Progress -
quantity
float
Quantity of materials for the work order line.
-
countOnly
boolean
When "true", will only return a count of the amount of items in the query.
Default value:
false -
limit
integer
A limit on the number of objects to be returned.
Default value:
1000 -
page
integer
Page numbering is zero-based and uses the value of the "limit" argument. (For example, if limit=20, then page=0 will display the hits from 1 to 20.)
-
orderBy
string, array
Order the response by the selected field. Multiple values can be passed, separated by a comma.
Get a single work order line from the PPG database and return a JSON response.