Batch Update Scope Item Assignment Activities
put
/primeapi/restapi/scopeItemAssignmentActivity/batch
Send a request to this endpoint to update one or more scope item assignments.
Request
Supported Media Types
- application/json
One or more scope item assignment objects.
Root Schema : List<ApiEntityScopeItemAssignmentActivity>
Type:
array
Title:
Show Source
List<ApiEntityScopeItemAssignmentActivity>
Nested Schema : ApiEntityScopeItemAssignmentActivity
Type:
Show Source
object
-
activityId:
integer(int64)
The system-generated identifier of an activity.
-
link(optional):
string(url)
Read Only:
true
-
manualWeight(optional):
number(double)
Calculated as Scope Percent Complete multiplied by Manual Weight.
-
manualWeightFactor(optional):
number(double)
The vlaue used to calculate manual completed weight when progress needs to be weighted against a factor other than quantity, hours, or cost.
-
scopeItemAssignmentActivityId(optional):
integer(int64)
The system-generated identifier of an activity. This value should not be provided in create operation request data, however, it is required for update requests.
-
scopeItemAssignmentId:
integer(int64)
The system-generated identifier of a work package.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Response
Supported Media Types
- application/json
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi/
400 Response
Invalid Input.