Create a Scope Item Assignment Activity

post

/api/restapi/scopeItemAssignmentActivity

Send a request to this endpoint to create 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

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityScopeItemAssignmentActivity
Type: object
Title: ApiEntityScopeItemAssignmentActivity
Show Source

400 Response

Invalid Input.
Back to Top