POST edit/data/rule-sections/save

Request Information

URI Parameters

None.

Body Parameters

SaveRuleSectionsModel
NameDescriptionTypeAdditional information
RuleSectionId

integer

None.

Section

string

None.

SectionNumber

string

None.

DisplayOrder

integer

None.

ParentSectionId

integer

None.

DisplayLevel

integer

None.

LevelType

integer

None.

Zone

string

None.

PCID

integer

None.

SectionHeader

integer

None.

ChangeBy

string

None.

ChangeDate

string

None.

ChangeReason

string

None.

Zone2

string

None.

Zone3

string

None.

ZoneParentID

integer

None.

Zone4

string

None.

TextColour

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RuleSectionId": 1,
  "Section": "sample string 2",
  "SectionNumber": "sample string 3",
  "DisplayOrder": 4,
  "ParentSectionId": 5,
  "DisplayLevel": 6,
  "LevelType": 7,
  "Zone": "sample string 8",
  "PCID": 9,
  "SectionHeader": 10,
  "ChangeBy": "sample string 11",
  "ChangeDate": "sample string 12",
  "ChangeReason": "sample string 13",
  "Zone2": "sample string 14",
  "Zone3": "sample string 15",
  "ZoneParentID": 16,
  "Zone4": "sample string 17",
  "TextColour": "sample string 18"
}

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

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"
  }
]