Create copy as Template
post
/project/createCopyAsTemplate
Creates a copy of the project specified by the ObjectId and makes the copy into a template project. The new template project will reside in the EPS node specified by the EPSObjectId.
Request
Header Parameters
-
Authorization: string
OAuth token
Supported Media Types
- application/json
Root Schema : CreateCopyAsTemplate
Type:
object
Title:
CreateCopyAsTemplate
CreateCopyAsTemplate Entity
Show Source
-
CopyActivities: boolean
The flag that indicates whether Activities should be copied.
-
CopyActivityCodes: boolean
The flag that indicates whether ActivityCodes should be copied.
-
CopyActivityExpenses: boolean
The flag that indicates whether ActivityExpenses should be copied.
-
CopyActivityNotes: boolean
The flag that indicates whether ActivityNotes should be copied.
-
CopyActivitySecureCodes: boolean
The flag that indicates whether Secure Activity Codes should be copied.
-
CopyActivitySteps: boolean
The flag that indicates whether ActivitySteps should be copied.
-
CopyActualToPlannedValues: boolean
The flag that indicates whether ActualToPlannedValues should be copied.
-
CopyAssignmentCodes: boolean
The flag that indicates whether Assignment Codes should be copied.
-
CopyAssignmentSecureCodes: boolean
The flag that indicates whether Secure Assignment Codes should be copied.
-
CopyFundingSources: boolean
The flag that indicates whether FundingSources should be copied.
-
CopyHighLevelResourcePlanning: boolean
The flag that indicates whether HighLevelResourcePlanning should be copied.
-
CopyIssuesThresholds: boolean
The flag that indicates whether Issues Thresholds should be copied.
-
CopyOnlyBetweenCopiedActivities: boolean
The flag that indicates whether OnlyBetweenCopiedActivities should be copied.
-
CopyPastPeriodActuals: boolean
The flag that indicates whether PastPeriodActuals should be copied.
-
CopyProjectCodes: boolean
The flag that indicates whether Project Codes should be copied.
-
CopyProjectDocuments: boolean
The flag that indicates whether ProjectDocuments should be copied.
-
CopyProjectNotes: boolean
The flag that indicates whether ProjectNotes should be copied.
-
CopyProjectSecureCodes: boolean
The flag that indicates whether Secure Project Codes should be copied.
-
CopyRelationships: boolean
The flag that indicates whether Relationships should be copied.
-
CopyReports: boolean
The flag that indicates whether Reports should be copied.
-
CopyResourceAndRoleAssignments: boolean
The flag that indicates whether ResourceAndRoleAssignments should be copied.
-
CopyRisks: boolean
The flag that indicates whether Risks should be copied.
-
CopySummaryData: boolean
The flag that indicates whether SummaryData should be copied.
-
CopyWBSMilestones: boolean
The flag that indicates whether WBSMilestones should be copied.
-
EPSObjectId(required): integer
(int32)
The unique ID of the EPS where the new project will reside.
-
ObjectId: integer
(int32)
The unique ID of the project that you are using as the basis for the new template.
Response
Supported Media Types
- application/json
201 Response
Template Project Created.
Root Schema : CreateCopyAsTemplateResponse
Type:
object
Title:
CreateCopyAsTemplateResponse
CreateCopyAsTemplateResponse 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.