POST VueApi/SelectReportRowColor
查询报表行颜色配置
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| result | Object |
None. |
|
| total | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"result": {},
"total": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<JsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel"> <code>1</code> <message>sample string 4</message> <result /> <total>3</total> </JsonResult>