Batch Create Scope Assignment Installed Time Phased Data

post

/api/restapi/installedTimePhasedData/batch

Send a request to this endpoint to create one or more scope assignment installed time phased data items.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityScopeAssignmentInstalledTimePhasedDataInput>
Type: array
Title: List<ApiEntityScopeAssignmentInstalledTimePhasedDataInput>
Show Source
  • ApiEntityScopeAssignmentInstalledTimePhasedDataInput
    Title: ApiEntityScopeAssignmentInstalledTimePhasedDataInput
    This entity represents a ScopeAssignmentInstalledTimePhasedData object, a unique ScopeAssignmentInstalledTimePhasedData object can be identified by the following combinations of the fields.
    • scopeAssignmentInstalledTimePhasedDataId
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedDataInput
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedDataInput
This entity represents a ScopeAssignmentInstalledTimePhasedData object, a unique ScopeAssignmentInstalledTimePhasedData object can be identified by the following combinations of the fields.
  • scopeAssignmentInstalledTimePhasedDataId
Show Source
Nested Schema : milestones
Type: array
The milestones associated with the installed time phased data.
Show Source
Nested Schema : scopeAssignmentInstalledTimePhasedCostData
An object containing the cost fields associated with the installed time phased data.
Match All
Show Source
Nested Schema : ApiEntityScopeAssignmentTimePhasedMilestoneInput
Type: object
Title: ApiEntityScopeAssignmentTimePhasedMilestoneInput
Show Source
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedCostDataInput
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedCostDataInput
Show Source
  • Read Only: true
    Deprecated. As of 24.5.
    The total cost incurred on the scope assignment as of the current date.
    If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours.
    If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This field is in base currency and is calculated from installedCostProject field based on the specified exchange rate.
  • The total cost incurred on the scope assignment as of the current date.
    If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours.
    If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This value is based on the project currency.
  • The unique identifier of installed cost data.
  • Read Only: true
    Deprecated. As of 24.5.
    Date when the record was last updated.
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityScopeAssignmentInstalledTimePhasedData>
Type: array
Title: List<ApiEntityScopeAssignmentInstalledTimePhasedData>
Show Source
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedData
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedData
Show Source
Nested Schema : milestones
Type: array
The milestones associated with the installed time phased data.
Show Source
Nested Schema : scopeAssignmentInstalledTimePhasedCostData
An object containing the cost fields associated with the installed time phased data.
Match All
Show Source
Nested Schema : ApiEntityScopeAssignmentTimePhasedMilestone
Type: object
Title: ApiEntityScopeAssignmentTimePhasedMilestone
Show Source
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedCostData
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedCostData
Show Source
  • The total cost incurred on the scope assignment as of the current date.
    If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours.
    If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This field is in base currency and is calculated from installedCostProject field based on the specified exchange rate.
  • The total cost incurred on the scope assignment as of the current date.
    If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours.
    If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This value is based on the project currency.
  • The unique identifier of installed cost data.
  • Date when the record was last updated.

400 Response

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