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
Request Body - application/json ()
Root Schema : List<ApiEntityScopeAssignmentActualsTimePhasedDataInput>
Type: array
Title: List<ApiEntityScopeAssignmentActualsTimePhasedDataInput>
Show Source
  • 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.
  • scopeAssignmentActualsTimePhasedDataId
Show Source
Nested Schema : scopeAssignmentActualsTimePhasedCostData
An object containing the cost fields associated with the actuals time phased data.
Match All
Show Source
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Type: object
Title: ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Show Source
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.
Back to Top