Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "27579384-1fe1-4b89-8724-212fbfeffd65",
"customPageName": "sample string 2",
"tenantId": "4c00639c-a440-4bc2-a0f8-21483274dda6",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-08-02T07:14:49.661597+00:00",
"updatedDateUtc": "2026-08-02T07:14:49.661597+00:00"
}
<TenantCustomPageRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-08-02T07:14:49.661597+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-02T07:14:49.661597+00:00</UpdatedDateUtc> <CustomPageId>27579384-1fe1-4b89-8724-212fbfeffd65</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>4c00639c-a440-4bc2-a0f8-21483274dda6</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>