Batch Update Scope Assignment Installed Time Phased Data

put

/api/restapi/installedTimePhasedData/batch

Updates the scopeAssignment installed time phased data objects for the specified scopeAssignment installed time phased data IDs.

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
An object containing the cost fields associated with the installed time phased data.
Show Source
Nested Schema : ApiEntityScopeAssignmentTimePhasedMilestoneInput
Type: object
Title: ApiEntityScopeAssignmentTimePhasedMilestoneInput
Show Source
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedCostDataInput
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedCostDataInput
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 Installed Time Phased Data Service.
Back to Top