Update a Scope Assignment Installed Time Phased Data
put
/primeapi/restapi/installedTimePhasedData
Updates the scopeAssignment installed time phased data for the specified scopeAssignment installed time phased data ID.
Request
Supported Media Types
- application/json
The scopeAssignment installed time phased data to be updated.
Root Schema : ApiEntityScopeAssignmentInstalledTimePhasedData
Type:
Show Source
object
-
date(optional):
string(date-time)
Date used for updating scope assignments and work packages when they are not linked to activities.
-
installedHours(optional):
object Hour
-
installedTimePhasedDataId(optional):
integer(int64)
The unique identifier of scope assignment data.
-
installedUnits(optional):
object Quantity
-
link(optional):
string(url)
Read Only:
true
-
milestones(optional):
array milestones
Unique Items Required:
true
The milestones associated with the installed time phased data. -
scopeAssignmentInstalledTimePhasedCostData(optional):
object ApiEntityScopeAssignmentInstalledTimePhasedCostData
-
scopeItemAssignmentId(optional):
integer(int64)
The unique identifier of a work package.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Quantity
Type:
object
Nested Schema : milestones
Type:
array
Unique Items Required:
true
The milestones associated with the installed time phased data.
Show Source
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedCostData
Type:
Show Source
object
-
installedCost(optional):
object Cost
-
installedCostProject(optional):
object Cost
-
installedTimePhasedDataId(optional):
integer(int64)
The unique identifier of installed cost data.
-
link(optional):
string(url)
Read Only:
true
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityScopeAssignmentTimePhasedMilestone
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
milestoneId(optional):
integer(int64)
The unique identifier of a rule of credit milestone.
-
milestoneProgressPercent(optional):
object Percent
-
percentComplete(optional):
object Percent
-
scopeAssignmentInstalledTimePhasedDataId(optional):
integer(int64)
The unique identifier of scope assignment installed time phase data.
-
scopeItemAssignmentSpreadMilestoneId(optional):
integer(int64)
The unique identifier of a scope assignment spread milestone.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Cost
Type:
object
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input.