POST v6/userRole/save

Request Information

URI Parameters

None.

Body Parameters

UserRoleDetailModelv6
NameDescriptionTypeAdditional information
UserRoleId

integer

None.

UserRole

string

None.

AuthorityLevel

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userRoleId": 1,
  "userRole": "sample string 2",
  "authorityLevel": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.