POST api/admin/PermissionApi/DeletePermissionNew

Request Information

URI Parameters

None.

Body Parameters

DeletePermission
NameDescriptionTypeAdditional information
CategoryId

integer

None.

Id

integer

None.

PermissionCode

string

None.

PermissionName

string

None.

APIEndPoint

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CategoryId": 1,
  "Id": 2,
  "PermissionCode": "sample string 3",
  "PermissionName": "sample string 4",
  "APIEndPoint": "sample string 5"
}

application/xml, text/xml

Sample:
<DeletePermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.postModel.Permission">
  <APIEndPoint>sample string 5</APIEndPoint>
  <CategoryId>1</CategoryId>
  <Id>2</Id>
  <PermissionCode>sample string 3</PermissionCode>
  <PermissionName>sample string 4</PermissionName>
</DeletePermission>

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.