GET edit/data/rules-bulk/save
Request Information
URI Parameters
None.
Body Parameters
Collection of SaveBulk| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleID | integer |
None. |
|
| TextStyle | integer |
None. |
|
| SectionNumber | string |
None. |
|
| RuleText | string |
None. |
|
| RuleComments | string |
None. |
|
| TextFormat | string |
None. |
|
| RefNumFormat | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"RuleID": 1,
"TextStyle": 2,
"SectionNumber": "sample string 3",
"RuleText": "sample string 4",
"RuleComments": "sample string 5",
"TextFormat": "sample string 6",
"RefNumFormat": "sample string 7"
},
{
"RuleID": 1,
"TextStyle": 2,
"SectionNumber": "sample string 3",
"RuleText": "sample string 4",
"RuleComments": "sample string 5",
"TextFormat": "sample string 6",
"RefNumFormat": "sample string 7"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SaveResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": "sample string 1"
},
{
"Result": "sample string 1"
}
]