TAProductionStatusMilestone1
actualEndDatedatenullable
The actual end date of a milestone
Example:
2022-12-12
actualStartDatedatenullable
The actual start date of a milestone
Example:
2022-12-12
idstringrequired
ID of a milestone
Possible values: non-empty
Example:
1234f24e-54f6-4326-b4d3-402d52af291a
items object[]nullable
Items information
Array [
completioninteger
Example:
50
itemIdstringrequired
Item IDs included in the Time and Action
Possible values: non-empty
Example:
120-230-1234
itemQtyinteger
completed order quantity of a item for a milestone
Example:
100
orderQtyinteger
Example:
50
poNumberstringnullable
Example:
8124125
styleIDstringnullable
Example:
WMN
]
namestring
Example:
Production Milestone 1
quantityinteger
Completed order quantity in a milestone
Example:
100
TAProductionStatusMilestone1
{
"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
}