POST edit/data/rules/save

Request Information

URI Parameters

None.

Body Parameters

SaveRulesModel
NameDescriptionTypeAdditional information
RuleID

integer

None.

RuleSectionID

integer

None.

RuleLevel

integer

None.

Title

string

None.

RuleText

string

None.

SectionNumber

string

None.

PCID

integer

None.

ChangeBy

string

None.

ChangeDate

string

None.

ChangeReason

string

None.

TextFormat

string

None.

RuleComments

string

None.

RuleInsertID

integer

None.

TitleSize

integer

None.

RuleTextSize

integer

None.

RefNumFormat

string

None.

ForceSave

integer

None.

TableMerge

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RuleID": 1,
  "RuleSectionID": 2,
  "RuleLevel": 3,
  "Title": "sample string 4",
  "RuleText": "sample string 5",
  "SectionNumber": "sample string 6",
  "PCID": 7,
  "ChangeBy": "sample string 8",
  "ChangeDate": "sample string 9",
  "ChangeReason": "sample string 10",
  "TextFormat": "sample string 11",
  "RuleComments": "sample string 12",
  "RuleInsertID": 13,
  "TitleSize": 14,
  "RuleTextSize": 15,
  "RefNumFormat": "sample string 16",
  "ForceSave": 17,
  "TableMerge": true
}

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 'SaveRulesModel'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1