TimeAndActionProductionStatusBase
idstringnullable
Id of a Time and Action
Example:
34c75453-3ec6-4822-9e9a-9addc6076b3c
milestonesobject[]nullable
Milestones information
productionStatusLevelstringrequired
Update production status by PO or item level
Possible values: [poLevel
, itemLevel
]
productionStatusUntildaterequired
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
TimeAndActionProductionStatusBase
{
"id": "34c75453-3ec6-4822-9e9a-9addc6076b3c",
"milestones": [
{
"actualEndDate": "2022-12-12",
"actualStartDate": "2022-12-12",
"id": "1234f24e-54f6-4326-b4d3-402d52af291a",
"items": [
{
"itemId": "120-230-1234",
"itemQty": 100
}
],
"poNumber": "8124125",
"quantity": 100
}
],
"productionStatusLevel": "poLevel",
"productionStatusUntil": "2022-12-12"
}