PUT api/Role/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
RoleParam| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatorUserId | integer |
None. |
|
| Branches | Collection of string |
None. |
|
| Enable | boolean |
None. |
|
| UserBranches | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreatorUserId": 1,
"Branches": [
"sample string 1",
"sample string 2"
],
"Enable": true,
"UserBranches": [
"dc78b6bf-7c42-43de-ab65-92a7185f6927",
"fa7f8dc2-9049-48da-8d2c-673fea871e24"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.