Update Scope Assignment Actuals Time Phased Data
put
/primeapi/restapi/actualsTimePhasedData
Send a request to this endpoint to update actual time phased data.
Request
Supported Media Types
- application/json
An actual time phased data object.
Root Schema : ApiEntityScopeAssignmentActualsTimePhasedData
Type:
Show Source
object
-
actualsHours(optional):
object Hour
-
actualsTimePhasedDataId(optional):
integer(int64)
The unique identifier of scope actuals data.
-
date(optional):
string(date-time)
The date on which work on a work package began.
-
link(optional):
string(url)
Read Only:
true
-
scopeAssignmentActualsTimePhasedCostData(optional):
object ApiEntityScopeAssignmentActualsTimePhasedCostData
-
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 : ApiEntityScopeAssignmentActualsTimePhasedCostData
Type:
Show Source
object
-
actualsCost(optional):
object Cost
-
actualsCostProject(optional):
object Cost
-
actualsTimePhasedDataId(optional):
integer(int64)
Actuals time phased data ID.
-
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 : Cost
Type:
object
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Scope Item Assignment Service.