PUT CmsPageControl
Request Information
URI Parameters
None.
Body Parameters
CmsPageControl| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
None. |
|
| pageGuid | string |
None. |
|
| pageName | string |
None. |
|
| controlName | string |
None. |
|
| DateCreated | date |
None. |
|
| DateModified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"guid": "sample string 1",
"pageGuid": "sample string 2",
"pageName": "sample string 3",
"controlName": "sample string 4",
"DateCreated": "2026-04-05T12:50:17.202257+01:00",
"DateModified": "2026-04-05T12:50:17.202257+01:00"
}
application/xml, text/xml
Sample:
<CmsPageControl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMSharedObjects.Models"> <DateCreated>2026-04-05T12:50:17.202257+01:00</DateCreated> <DateModified>2026-04-05T12:50:17.202257+01:00</DateModified> <controlName>sample string 4</controlName> <guid>sample string 1</guid> <pageGuid>sample string 2</pageGuid> <pageName>sample string 3</pageName> </CmsPageControl>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |