PUT api/Role/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

RoleParam
NameDescriptionTypeAdditional 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": [
    "e78c0064-cbe4-4588-9fc5-19af968150c9",
    "194e321d-7390-4be5-afc4-9ce556331633"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.