Copy WBS from Template
post
                    /wbs/copyWBSFromTemplate
Copies a WBS structure specified by TemplateWbsObjectId from a template and places it under a project specified by ObjectId.
                Request
Header Parameters
                    - 
                            Authorization: 
                            
                            OAuth token
Supported Media Types
                            - application/json
Root Schema : CopyWBSFromTemplate
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    CopyWBSFromTemplateCopyWBSFromTemplate Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CopyActivities: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyActivityCodes: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyActivityNotes: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyActivitySteps: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyEPSCodesAtProjectLevel: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyRelationships: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyResourceAndRoleAssignments: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyWBSMilestones: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    CopyWBSNotes: boolean
                    
                    
                     
                    
                
                
                
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of an existing project that will contain the copied WBS structure.
- 
                
                    
                    TemplateWbsObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique identifier of the source WBS structure to copy.
Response
Supported Media Types
                - application/json
201 Response
WBS Created.
                            
                            
                                Root Schema : CopyWBSFromTemplateResponse
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    CopyWBSFromTemplateResponseCopyWBSFromTemplateResponse 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.