Update Activities
put
                    /role
Send a request to this endpoint to update one or more Role. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.
                Request
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
Supported Media Types
                            - application/json
A list of Role objects.
                        
                            
                        
                           Root Schema : List<Role>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<Role>- 
            Array of: 
                object  Role
            
            Title:RoleRole Entity
Nested Schema : Role
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    RoleRole Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CalculateCostFromUnits: boolean
                    
                    
                     
                    
                
                
                The option that indicates whether costs and quantities are linked, and whether quantities should be updated when costs are updated.
- 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this role was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this role.
- 
                
                    
                    Id: string
                    
                    
                     
                    
                
                
                The short code that uniquely identifies the role.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this role was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this role.
- 
                
                    
                    Name: string
                    
                    
                     
                    
                
                
                The name of the role. The role name uniquely identifies the role.
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    ParentObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the parent role of this role in the hierarchy.
- 
                
                    
                    Responsibilities: string
                    
                    
                     
                    
                
                
                The responsibilities for the role.
- 
                
                    
                    SequenceNumber: integer
                    
                    
                     (int32) 
                    
                
                
                The sequence number for sorting.
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.