MilestoneItemByPo
namestringrequired
Name of the milestone
Possible values: non-empty
Example:
CuttingactualStartDatestring<date>nullable
The actual start date of a milestone
Example:
2022-12-12actualEndDatestring<date>nullable
The actual end date of a milestone
Example:
2022-12-12MilestoneItemByPo
{
"name": "Cutting",
"actualStartDate": "2022-12-12",
"actualEndDate": "2022-12-12"
}