POST api/Role/CheckDelteRole/{ModifiedUser}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ModifiedUser

integer

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <long>1</long>
  <long>2</long>
</ArrayOflong>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
[1,2]

Response Information

Resource Description

TupleOfBooleanAndString
NameDescriptionTypeAdditional information
Item1

boolean

None.

Item2

string

None.

Response Formats

application/json, text/json

Sample:
{
  "m_Item1": true,
  "m_Item2": "sample string 2"
}

application/xml, text/xml

Sample:
<TupleOfbooleanstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <m_Item1>true</m_Item1>
  <m_Item2>sample string 2</m_Item2>
</TupleOfbooleanstring>

text/html

Sample:
{"m_Item1":true,"m_Item2":"sample string 2"}