PUT api/Roles/{roleName}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| roleName | No documentation available. |
Define this parameter in the request URI. |
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"OfficeId": 1,
"Off_Level": 2,
"OfficeName": "sample string 3",
"OfficeType": "sample string 4",
"DistrictId": 5,
"DistrictName": "sample string 6",
"RoleId": "sample string 7",
"RoleName": "sample string 8",
"Inactive": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.