GET edit/data-lookup/appeals?iChapter={iChapter}&sSearch={sSearch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iChapter | integer |
Required |
|
| sSearch | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Appeal| Name | Description | Type | Additional information |
|---|---|---|---|
| TableKey | integer |
None. |
|
| AppealLink | string |
None. |
|
| AppealText | string |
None. |
|
| Appellant | string |
None. |
|
| Reference | string |
None. |
|
| RuleID | integer |
None. |
|
| RuleSectionID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TableKey": 1,
"AppealLink": "sample string 2",
"AppealText": "sample string 3",
"Appellant": "sample string 4",
"Reference": "sample string 5",
"RuleID": 6,
"RuleSectionID": 7
},
{
"TableKey": 1,
"AppealLink": "sample string 2",
"AppealText": "sample string 3",
"Appellant": "sample string 4",
"Reference": "sample string 5",
"RuleID": 6,
"RuleSectionID": 7
}
]