GET edit/data/appeal/save?tablekey={tablekey}&AppealLink={AppealLink}&AppealText={AppealText}&Appellant={Appellant}&Reference={Reference}&RuleID={RuleID}&RuleSectionID={RuleSectionID}&ChangeBy={ChangeBy}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tablekey

integer

Required

AppealLink

string

Required

AppealText

string

Required

Appellant

string

Required

Reference

string

Required

RuleID

integer

Required

RuleSectionID

integer

Required

ChangeBy

string

Required

Body Parameters

None.

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