GET edit/data/figure/save?id={id}&Section={Section}&Label={Label}&URL={URL}&LinkText={LinkText}&ChangeBy={ChangeBy}&ChangeDate={ChangeDate}&ChangeReason={ChangeReason}&Rotate={Rotate}&Thumbnail={Thumbnail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| Section | string |
Required |
|
| Label | string |
Required |
|
| URL | string |
Required |
|
| LinkText | string |
Required |
|
| ChangeBy | string |
Required |
|
| ChangeDate | string |
Required |
|
| ChangeReason | string |
Required |
|
| Rotate | integer |
Required |
|
| Thumbnail | boolean |
Required |
Body Parameters
None.
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"
}
]