Batch Create Scope Assignment Actuals Time Phased Data

post

/api/restapi/actualsTimePhasedData/batch

Send a request to this endpoint to create 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
An object containing the cost fields associated with the actuals time phased data.
Show Source
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Type: object
Title: ApiEntityScopeAssignmentActualsTimePhasedCostDataInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityScopeAssignmentActualsTimePhasedData>
Type: array
Title: List<ApiEntityScopeAssignmentActualsTimePhasedData>
Show Source
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedData
Type: object
Title: ApiEntityScopeAssignmentActualsTimePhasedData
Show Source
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
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedCostData
Type: object
Title: ApiEntityScopeAssignmentActualsTimePhasedCostData
Show Source

400 Response

Invalid input for the Scope Assignment Actuals Time Phased Data Service.
Back to Top