Batch Update Scope Assignment Actuals Time Phased Data
put
/api/restapi/actualsTimePhasedData/batch
Send a request to this endpoint to update one or more scope assignment actual time phased data.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : List<ApiEntityScopeAssignmentActualsTimePhasedDataInput>
Type:
array
Title:
Show Source
List<ApiEntityScopeAssignmentActualsTimePhasedDataInput>
-
Array of:
object ApiEntityScopeAssignmentActualsTimePhasedDataInput
Title:
ApiEntityScopeAssignmentActualsTimePhasedDataInput
This entity represents a ScopeAssignmentActualsTimePhasedData object, a unique ScopeAssignmentActualsTimePhasedData object can be identified by the following combinations of the fields.- scopeAssignmentActualsTimePhasedDataId
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedDataInput
Type:
object
Title:
ApiEntityScopeAssignmentActualsTimePhasedDataInput
This entity represents a ScopeAssignmentActualsTimePhasedData object, a unique ScopeAssignmentActualsTimePhasedData object can be identified by the following combinations of the fields.
Show Source
- scopeAssignmentActualsTimePhasedDataId
-
actualsHours: number
(double)
The actual hours spent on the scope assignment. This tracks the VOWD (Value of Work Done).
This is a manual entry field. -
date(required): string
(date-time)
The date on which work on a work package began.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for a project set by the user who created the project. -
scopeAssignmentActualsTimePhasedCostData(required):
scopeAssignmentActualsTimePhasedCostData
An object containing the cost fields associated with the actuals time phased data.
-
scopeAssignmentActualsTimePhasedDataId: integer
(int64)
The unique identifier of scope actuals time phased data. This value should not be provided in create operation request data, however, it is required for update requests.
-
scopeItemAssignCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the scope assignment. -
scopeItemAssignmentId(required): integer
(int64)
The unique identifier of a scope assignment.
-
scopeItemCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the scope item. -
workPackageCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for the work package. -
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of a workspace.
Nested Schema : scopeAssignmentActualsTimePhasedCostData
An object containing the cost fields associated with the actuals time phased data.
Match All
An object containing the cost fields associated with the actuals time phased data.
Show Source
-
object
ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Title:
ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Type:
object
Title:
Show Source
ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
-
actualsCostProject(required): number
(double)
The actual costs incurred on the scope assignment. This tracks the VOWD (Value of Work Done). This value is based on the project currency.
-
scopeAssignmentActualsTimePhasedDataId(required): integer
(int64)
Actuals time phased data ID.
Examples
Back to Top
Response
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}
400 Response
Invalid input for the Scope Assignment Actuals Time Phased Data Service.