POST cibc/BMenu/CreateAndUpdateSave
新增,修改 保存
Request Information
URI Parameters
None.
Body Parameters
DAL.ci_m_menu| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Path | string |
None. |
|
| Remark | string |
None. |
|
| ParentId | integer |
None. |
|
| FullPath | string |
None. |
|
| MLevel | integer |
None. |
|
| MenuType | string |
None. |
|
| Sequence | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Path": "sample string 3",
"Remark": "sample string 4",
"ParentId": 1,
"FullPath": "sample string 5",
"MLevel": 1,
"MenuType": "sample string 6",
"Sequence": 1
}
application/xml, text/xml
Sample:
<ci_m_menu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <FullPath>sample string 5</FullPath> <Id>1</Id> <MLevel>1</MLevel> <MenuType>sample string 6</MenuType> <Name>sample string 2</Name> <ParentId>1</ParentId> <Path>sample string 3</Path> <Remark>sample string 4</Remark> <Sequence>1</Sequence> </ci_m_menu>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.Results.JsonResultOfDAL.HandleResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DAL.HandleResult |
None. |
|
| SerializerSettings | Newtonsoft.Json.JsonSerializerSettings |
None. |
|
| Encoding | System.Text.Encoding |
None. |
|
| Request | System.Net.Http.HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.