Update a Scope Item Assignment Activity

put

/api/restapi/scopeItemAssignmentActivity

Send a request to this endpoint to update a scope item assignment.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityScopeItemAssignmentActivityInput
Type: object
Title: ApiEntityScopeItemAssignmentActivityInput
This entity represents a ScopeItemAssignmentActivity object, a unique ScopeItemAssignmentActivity object can be identified by the following combinations of the fields.
  • scopeItemAssignmentActivityId
  • activityId,scopeItemAssignmentId
  • activityId,projectCode,workspaceCode,scopeItemCode,workPackageCode,scopeItemAssignmentCode
  • activityCode,projectCode,workspaceCode,scopeItemCode,workPackageCode,scopeItemAssignmentCode
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid Input.
Back to Top