POST api/SysOpt/uploadOpt
上报菜单使用事件
Request Information
URI Parameters
None.
Body Parameters
ReportEventCls| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuName | string |
None. |
|
| MenuUrl | string |
None. |
|
| OptStartDate | integer |
None. |
|
| OptEndDate | integer |
None. |
|
| UserAgent | string |
None. |
|
| Resolution | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MenuName": "sample string 1",
"MenuUrl": "sample string 2",
"OptStartDate": 3,
"OptEndDate": 4,
"UserAgent": "sample string 5",
"Resolution": "sample string 6"
}
application/xml, text/xml
Sample:
<ReportController.ReportEventCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.Report.Controllers"> <MenuName>sample string 1</MenuName> <MenuUrl>sample string 2</MenuUrl> <OptEndDate>4</OptEndDate> <OptStartDate>3</OptStartDate> <Resolution>sample string 6</Resolution> <UserAgent>sample string 5</UserAgent> </ReportController.ReportEventCls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": true
}
application/xml, text/xml
Sample:
<ResultModelOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data>true</Data> <Message>sample string 1</Message> </ResultModelOfboolean>