POST api/UserProfile/UpdateJobLevel

Request Information

URI Parameters

None.

Body Parameters

EmployeeJobDetails
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true