POST Admin/Delete_Role?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Role
NameDescriptionTypeAdditional information
ROLE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ROLE_ID": 1
}

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

Response Information

Resource Description

Result_Delete_Role
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1"
}