Update a Scope Item Assignment Activity
put
/primeapi/restapi/scopeItemAssignmentActivity
Send a request to this endpoint to update a scope item assignment.
Request
Supported Media Types
- application/json
A scope item assignment object.
Root 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
204 Response
Successful operation with no content.
400 Response
Invalid Input.