TimeAndActionProductionStatusListResponse
id stringnullable
Id of a Time and Action
Example:
34c75453-3ec6-4822-9e9a-9addc6076b3c
milestones object[]nullable
Milestones information
Array [
actualEndDate datenullable
The actual end date of a milestone
Example:
2022-12-12
actualStartDate datenullable
The actual start date of a milestone
Example:
2022-12-12
id stringrequired
ID of a milestone
Possible values: non-empty
Example:
1234f24e-54f6-4326-b4d3-402d52af291a
items object[]nullable
Items information
Array [
completion integer
Example:
50
itemId stringrequired
Item IDs included in the Time and Action
Possible values: non-empty
Example:
120-230-1234
itemQty integer
completed order quantity of a item for a milestone
Example:
100
orderQty integer
Example:
50
poNumber stringnullable
Example:
8124125
styleID stringnullable
Example:
WMN
]
name string
Example:
Production Milestone 1
quantity integer
Completed order quantity in a milestone
Example:
100
]
poNumber stringnullablerequired
Purchase order number linked with the Time and Action
Example:
8124125
productionStatusLevel stringrequired
Update production status by PO or item level
Possible values: [poLevel
, itemLevel
]
productionStatusUntil daterequired
Time when the production status data is valid. If it is empty system will pre-fill it with the current date. Only past and current dates are allowed
Example:
2022-12-12
quantity integer
Completed order quantity
Example:
2000
styleID string[]nullable
Example:
["style_1","style_2","style_3"]
TimeAndActionProductionStatusListResponse
{
"id": "34c75453-3ec6-4822-9e9a-9addc6076b3c",
"milestones": [
{
"actualEndDate": "2022-12-12",
"actualStartDate": "2022-12-12",
"id": "1234f24e-54f6-4326-b4d3-402d52af291a",
"items": [
{
"completion": 50,
"itemId": "120-230-1234",
"itemQty": 100,
"orderQty": 50,
"poNumber": "8124125",
"styleID": "WMN"
}
],
"name": "Production Milestone 1",
"quantity": 100
}
],
"poNumber": "8124125",
"productionStatusLevel": "poLevel",
"productionStatusUntil": "2022-12-12",
"quantity": 2000,
"styleID": [
"style_1",
"style_2",
"style_3"
]
}