POST api/CMS/manageRole

Request Information

URI Parameters

None.

Body Parameters

Collection of RoleParameter
NameDescriptionTypeAdditional information
Flag

string

None.

RoleID

string

None.

RoleName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Flag": "sample string 1",
    "RoleID": "sample string 2",
    "RoleName": "sample string 3"
  },
  {
    "Flag": "sample string 1",
    "RoleID": "sample string 2",
    "RoleName": "sample string 3"
  }
]

text/xml

Sample:
<ArrayOfRoleParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICallManagementSystem.Controllers">
  <RoleParameter>
    <Flag>sample string 1</Flag>
    <RoleID>sample string 2</RoleID>
    <RoleName>sample string 3</RoleName>
  </RoleParameter>
  <RoleParameter>
    <Flag>sample string 1</Flag>
    <RoleID>sample string 2</RoleID>
    <RoleName>sample string 3</RoleName>
  </RoleParameter>
</ArrayOfRoleParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />