POST api/UserProfile/UpdateJobLevel
Request Information
URI Parameters
None.
Body Parameters
EmployeeJobDetails| Name | Description | Type | Additional information | 
|---|---|---|---|
| UserName | string | 
                             None.  | 
                |
| JobLevel | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
{
  "UserName": "sample string 1",
  "JobLevel": "sample string 2"
}
        Response Information
Resource Description
booleanResponse Formats
application/json, text/json
            Sample:
true