POST Admin/RolePrivilegeList

Request Information

URI Parameters

None.

Body Parameters

RolePrivilegeListBindingModal
NameDescriptionTypeAdditional information
Name

string

None.

RoleId

string

None.

PgNumber

string

None.

PgLimit

string

None.

OrderList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "RoleId": "sample string 2",
  "PgNumber": "sample string 3",
  "PgLimit": "sample string 4",
  "OrderList": "sample string 5"
}

application/xml, text/xml

Sample:
<RolePrivilegeListBindingModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models">
  <Name>sample string 1</Name>
  <OrderList>sample string 5</OrderList>
  <PgLimit>sample string 4</PgLimit>
  <PgNumber>sample string 3</PgNumber>
  <RoleId>sample string 2</RoleId>
</RolePrivilegeListBindingModal>

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 'RolePrivilegeListBindingModal'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

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