GET edit/data/glossary/save?id={id}&GlossaryHeading={GlossaryHeading}&GlossaryText={GlossaryText}&ChangeBy={ChangeBy}&ChangeDate={ChangeDate}&ChangeReason={ChangeReason}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| GlossaryHeading | string |
Required |
|
| GlossaryText | string |
Required |
|
| ChangeBy | string |
Required |
|
| ChangeDate | string |
Required |
|
| ChangeReason | string |
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"
}
]