POST edit/upload/data
Request Information
URI Parameters
None.
Body Parameters
UploadDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| sHTML | string |
None. |
|
| sChapter | integer |
None. |
|
| sKey | string |
None. |
|
| iStyle | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sHTML": "sample string 1",
"sChapter": 2,
"sKey": "sample string 3",
"iStyle": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of Footnote| Name | Description | Type | Additional information |
|---|---|---|---|
| number | integer |
None. |
|
| footnote | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"number": 1,
"footnote": "sample string 2"
},
{
"number": 1,
"footnote": "sample string 2"
}
]