Update milestone set for Components - Intergraph Smart Construction - 8 - Reference - Hexagon PPM

Intergraph Smart Construction Retired Feature Reference

Language
English
Product
Intergraph Smart Construction
Search by Category
Reference
Smart Construction Version
8

You can update some properties on the milestone sets for components using the Web APIs.

POST {{url}}/ SPCUpdateComponentMilestoneSet

Content

{

"ID": "[MilestoneSetID]",

MilestoneSetUpdateInfo:

{

"ActualHours": "XX",

"Milestones":
[
{

"IsDone": "[Boolean - True OR False]",

"CompletionDate":"MM/DD/YYYY",

"MilestoneIndex":"XX"

}

]

}

Required information

  • MilestoneSet ID of the Milestone Set for which you are updating the information.

  • MilestoneSetInfo

Notes

For example,

{

ID:"6G5A000A",

MilestoneSetUpdateInfo:

{

"ActualHours":"5",

"Milestones":

[

{

"IsDone":true,

"CompletionDate":"01/26/2020",

"MilestoneIndex":"1"

}

]

}