Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "30cbab20-8374-4bdd-9ac3-d05cf927f96d",
"customPageName": "sample string 2",
"tenantId": "8da695b0-6a25-4276-86a8-1a412d6a5800",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-07-13T01:35:18.4366926+00:00",
"updatedDateUtc": "2026-07-13T01:35:18.4366926+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-07-13T01:35:18.4366926+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-13T01:35:18.4366926+00:00</UpdatedDateUtc> <CustomPageId>30cbab20-8374-4bdd-9ac3-d05cf927f96d</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>8da695b0-6a25-4276-86a8-1a412d6a5800</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>