PUT api/RoleCategories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

RoleCategory
NameDescriptionTypeAdditional information
Id

integer

None.

RoleCategoryDescription

string

String length: inclusive between 0 and 150

DisplayOrder

integer

None.

IsMultipleSelectable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "roleCategoryDescription": "sample string 2",
  "displayOrder": 3,
  "isMultipleSelectable": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RoleCategory'.

Response Information

Resource Description

None.