POST edit/data/table-html/save?ChangeBy={ChangeBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangeBy | string |
Required |
Body Parameters
SaveTableHTMLModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| RuleTableID | integer |
None. |
|
| RuleID | integer |
None. |
|
| HTMLText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"RuleTableID": 2,
"RuleID": 3,
"HTMLText": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SaveResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": "sample string 1"
},
{
"Result": "sample string 1"
}
]