POST edit/data/table-html/save?ChangeBy={ChangeBy}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ChangeBy

string

Required

Body Parameters

SaveTableHTMLModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SaveTableHTMLModel'.

Response Information

Resource Description

Collection of SaveResult
NameDescriptionTypeAdditional information
Result

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Result": "sample string 1"
  },
  {
    "Result": "sample string 1"
  }
]