POST api/cms/pages
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| p | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"Slug": "sample string 3",
"Body": "sample string 4",
"CreatedAtUtc": "2026-04-14T21:03:22.3660012-05:00",
"UpdatedAtUtc": "2026-04-14T21:03:22.3660012-05:00"
}
application/xml, text/xml
Sample:
<CmsPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"> <Body>sample string 4</Body> <CreatedAtUtc>2026-04-14T21:03:22.3660012-05:00</CreatedAtUtc> <Id>1</Id> <Slug>sample string 3</Slug> <Title>sample string 2</Title> <UpdatedAtUtc>2026-04-14T21:03:22.3660012-05:00</UpdatedAtUtc> </CmsPage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.