POST Api/RoleMenu/Del

Request Information

URI Parameters

None.

Body Parameters

RoleMenuDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

RoleId

globally unique identifier

None.

MenuId

globally unique identifier

None.

IsDeleted

boolean

None.

MenuButtonId

globally unique identifier

None.

RoleMenuType

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "cb7ed69f-66f1-447f-9335-1c8e546053cd",
  "RoleId": "42abe4e5-b64b-4c2a-960e-38f1b5ce8e35",
  "MenuId": "5edfa910-09f7-451e-a2b6-f04045762443",
  "IsDeleted": true,
  "MenuButtonId": "4bb43c86-4e27-423a-b860-6ab75c15255e",
  "RoleMenuType": 1,
  "PageIndex": 2,
  "PageSize": 3,
  "Total": 4
}

application/xml, text/xml

Sample:
<RoleMenuDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model">
  <_x003C_PageIndex_x003E_k__BackingField>2</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>3</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>4</_x003C_Total_x003E_k__BackingField>
  <Id>cb7ed69f-66f1-447f-9335-1c8e546053cd</Id>
  <IsDeleted>true</IsDeleted>
  <MenuButtonId>4bb43c86-4e27-423a-b860-6ab75c15255e</MenuButtonId>
  <MenuId>5edfa910-09f7-451e-a2b6-f04045762443</MenuId>
  <RoleId>42abe4e5-b64b-4c2a-960e-38f1b5ce8e35</RoleId>
  <RoleMenuType>1</RoleMenuType>
</RoleMenuDto>

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.