Create RoleRate
post
                    /roleRate
Send a request to this endpoint to create one or more RoleRate. 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<RoleRate>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<RoleRate>- 
            Array of: 
                object  RoleRate
            
            Title:RoleRateRoleRate Entity
Nested Schema : RoleRate
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    RoleRateRoleRate Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this role rate was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this role rate.
- 
                
                    
                    EffectiveDate: string
                    
                    
                     (date-time) 
                    
                
                
                
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this role rate was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this role rate.
- 
                
                    
                    MaxUnitsPerTime: number
                    
                    
                     (double) 
                    
                
                
                
- 
                
                    
                    ObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID generated by the system.
- 
                
                    
                    PricePerUnit: number
                    
                    
                     (double) 
                    
                
                
                The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
- 
                
                    
                    PricePerUnit2: number
                    
                    
                     (double) 
                    
                
                
                The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
- 
                
                    
                    PricePerUnit3: number
                    
                    
                     (double) 
                    
                
                
                The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
- 
                
                    
                    PricePerUnit4: number
                    
                    
                     (double) 
                    
                
                
                The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
- 
                
                    
                    PricePerUnit5: number
                    
                    
                     (double) 
                    
                
                
                The non-overtime price per time for the role. This price is used to compute costs for any activities the role is assigned to. In general, cost = units * price per time.
- 
                
                    
                    RoleId: string
                    
                    
                     
                    
                
                
                The short code that uniquely identifies the role.
- 
                
                    
                    RoleName: string
                    
                    
                     
                    
                
                
                The name of the role. The role name uniquely identifies the role.
- 
                
                    
                    RoleObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the associated role.
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.