Batch Create Scope Assignment Planned Time Phased Data

post

/api/restapi/plannedTimePhasedData/batch

Creates a scopeAssignment planned time phased data.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityScopeAssignmentPlannedTimePhasedDataInput>
Type: array
Title: List<ApiEntityScopeAssignmentPlannedTimePhasedDataInput>
Show Source
  • ApiEntityScopeAssignmentPlannedTimePhasedDataInput
    Title: ApiEntityScopeAssignmentPlannedTimePhasedDataInput
    This entity represents a ScopeAssignmentPlannedTimePhasedData object, a unique ScopeAssignmentPlannedTimePhasedData object can be identified by the following combinations of the fields.
    • scopeAssignmentPlannedTimePhasedDataId
Nested Schema : ApiEntityScopeAssignmentPlannedTimePhasedDataInput
Type: object
Title: ApiEntityScopeAssignmentPlannedTimePhasedDataInput
This entity represents a ScopeAssignmentPlannedTimePhasedData object, a unique ScopeAssignmentPlannedTimePhasedData object can be identified by the following combinations of the fields.
  • scopeAssignmentPlannedTimePhasedDataId
Show Source
Nested Schema : scopeAssignmentPlannedTimePhasedCostData
An object containing the cost fields associated with the planned time phased data.
Match All
An object containing the cost fields associated with the planned time phased data.
Show Source
Nested Schema : ApiEntityScopeAssignmentPlannedTimePhasedCostDataInput
Type: object
Title: ApiEntityScopeAssignmentPlannedTimePhasedCostDataInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityScopeAssignmentPlannedTimePhasedData>
Type: array
Title: List<ApiEntityScopeAssignmentPlannedTimePhasedData>
Show Source
Nested Schema : ApiEntityScopeAssignmentPlannedTimePhasedData
Type: object
Title: ApiEntityScopeAssignmentPlannedTimePhasedData
Show Source
Nested Schema : scopeAssignmentPlannedTimePhasedCostData
An object containing the cost fields associated with the planned time phased data.
Match All
An object containing the cost fields associated with the planned time phased data.
Show Source
Nested Schema : ApiEntityScopeAssignmentPlannedTimePhasedCostData
Type: object
Title: ApiEntityScopeAssignmentPlannedTimePhasedCostData
Show Source

400 Response

Invalid input.
Back to Top