POST Api/Menu/Del
Request Information
URI Parameters
None.
Body Parameters
MenuDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Pid | globally unique identifier |
None. |
|
| Path | string |
None. |
|
| Hidden | boolean |
None. |
|
| Component | string |
None. |
|
| Redirect | string |
None. |
|
| Name | string |
None. |
|
| Title | string |
None. |
|
| Icon | string |
None. |
|
| NoCache | boolean |
None. |
|
| AlwaysShow | boolean |
None. |
|
| SortNo | integer |
None. |
|
| PlatForm | integer |
None. |
|
| PlatFormName | string |
None. |
|
| PName | string |
None. |
|
| HiddenString | string |
None. |
|
| AlwaysShowString | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6ddb5a31-ffa4-4abb-b631-4a050c569591",
"Pid": "b736c3b1-85ea-4b36-ad5d-34792e5607ca",
"Path": "sample string 2",
"Hidden": true,
"Component": "sample string 3",
"Redirect": "sample string 4",
"Name": "sample string 5",
"Title": "sample string 6",
"Icon": "sample string 7",
"NoCache": true,
"AlwaysShow": true,
"SortNo": 1,
"PlatForm": 1,
"PlatFormName": "小程序",
"PName": "sample string 8",
"HiddenString": "√",
"AlwaysShowString": "√",
"PageIndex": 9,
"PageSize": 10,
"Total": 11
}
application/xml, text/xml
Sample:
<MenuDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>9</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>10</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>11</_x003C_Total_x003E_k__BackingField> <AlwaysShow>true</AlwaysShow> <Component>sample string 3</Component> <Hidden>true</Hidden> <Icon>sample string 7</Icon> <Id>6ddb5a31-ffa4-4abb-b631-4a050c569591</Id> <Name>sample string 5</Name> <NoCache>true</NoCache> <PName>sample string 8</PName> <Path>sample string 2</Path> <Pid>b736c3b1-85ea-4b36-ad5d-34792e5607ca</Pid> <PlatForm>1</PlatForm> <Redirect>sample string 4</Redirect> <SortNo>1</SortNo> <Title>sample string 6</Title> </MenuDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.