Create Role
post
                    /role
Send a request to this endpoint to create one or more Role. 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<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
201 Response
Resource Created.
                            
                            
                                Root Schema : String
    
    	Type: 
    	
    
    
    
    stringTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
String400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.