Copy WBS
post
/project/copyWBS
Copies a WBS structure and places it under a project specified by ParentObjectId.
Request
Header Parameters
-
Authorization: string
OAuth token
Supported Media Types
- application/json
Root Schema : CopyWBS
Type:
objectTitle:
CopyWBSCopyWBS Entity
Show Source
-
CopyActivities: boolean
-
CopyActivityCodes: boolean
-
CopyActivityDocuments: boolean
-
CopyActivityFinancialPeriodData: boolean
-
CopyActivityIssues: boolean
-
CopyActivityNotes: boolean
-
CopyActivitySecureCodes: boolean
-
CopyActivitySteps: boolean
-
CopyAssignmentCodes: boolean
-
CopyAssignmentSecureCodes: boolean
-
CopyEPSCodesAtProjectLevel: boolean
-
CopyOnlyBetweenCopiedActivities: boolean
-
CopyRelationships: boolean
-
CopyResourceAndRoleAssignments: boolean
-
CopyWBSDocuments: boolean
-
CopyWBSIssues: boolean
-
CopyWBSMilestones: boolean
-
CopyWBSNotes: boolean
-
ParentObjectId: integer
(int32)
The unique identifier of an existing project that will contain the copied WBS structure.
-
WbsObjectId: integer
(int32)
The unique identifier of the source WBS structure to copy.
Response
Supported Media Types
- application/json
201 Response
WBS Created.
Root Schema : CopyWBSResponse
Type:
objectTitle:
CopyWBSResponseCopyWBSResponse Entity
Show Source
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.