GET edit/data/frontpagecontent/save?id={id}&Heading={Heading}&Content={Content}&ContentType={ContentType}&PCID={PCID}&ContentDate={ContentDate}&Display={Display}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| Heading | string |
Required |
|
| Content | string |
Required |
|
| ContentType | string |
Required |
|
| PCID | integer |
Required |
|
| ContentDate | string |
Required |
|
| Display | 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"
}
]