Update WBSMilestone
put
                    /wbsMilestone
Send a request to this endpoint to update one or more WBSMilestone. An application object will be created for each JSON object provided in the request body
                Request
Header Parameters
                    - 
                            Authorization: 
                            
                            OAuth token
Supported Media Types
                            - application/json
Root Schema : List<WBSMilestone>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<WBSMilestone>- 
            Array of: 
                object  WBSMilestone
            
            Title:WBSMilestoneWBSMilestone Entity
Nested Schema : WBSMilestone
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    WBSMilestoneWBSMilestone Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this WBS milestone was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this WBS milestone.
- 
                
                    
                    IsBaseline: boolean
                    
                    
                     
                    
                
                
                The boolean value indicating if this business object is related to a Project or Baseline
- 
                
                    
                    IsCompleted: boolean
                    
                    
                     
                    
                
                
                The flag that indicates whether the step has been completed.
- 
                
                    
                    IsTemplate: boolean
                    
                    
                     
                    
                
                
                The boolean value indicating if this business object is related to a template Project.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this WBS milestone was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this WBS milestone.
- 
                
                    
                    Name(required): string
                    
                    
                     
                    
                
                
                The name of the WBS milestone.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    ProjectId: string
                    
                    
                     
                    
                
                
                The short code that uniquely identifies the project.
- 
                
                    
                    ProjectObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated project.
- 
                
                    
                    SequenceNumber: integer
                    
                    
                     (int32) 
                    
                
                
                The sequence number for sorting.
- 
                
                    
                    WBSCode: string
                    
                    
                     
                    
                
                
                The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes.
- 
                
                    
                    WBSName: string
                    
                    
                     
                    
                
                
                The name of the WBS element.
- 
                
                    
                    WBSObjectId(required): integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the WBS where the WBS milestone is assigned.
- 
                
                    
                    Weight: number
                    
                    
                     (double) 
                    
                
                
                The weight that is assigned to the milestone.
Response
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
boolean400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.