POST api/Account/AddAccessToRole

Request Information

URI Parameters

None.

Body Parameters

AddPropertiesToRoleBindingModel
NameDescriptionTypeAdditional information
roleId

string

Required

accessUser

string

Required

String length: inclusive between 1 and 3

accessLicense

string

Required

String length: inclusive between 1 and 3

idProperity

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "roleId": "sample string 1",
  "accessUser": "sample string 2",
  "accessLicense": "sample string 3",
  "idProperity": 4
}

application/xml, text/xml

Sample:
<AddPropertiesToRoleBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceLMS6Auth.Models">
  <accessLicense>sample string 3</accessLicense>
  <accessUser>sample string 2</accessUser>
  <idProperity>4</idProperity>
  <roleId>sample string 1</roleId>
</AddPropertiesToRoleBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.