Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "0a5164dd-12de-455a-8b04-e487cc5d8042",
"customPageName": "sample string 2",
"tenantId": "223c4749-a472-4727-8ac3-0be2bbfc682d",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-06-05T18:19:51.0876853+00:00",
"updatedDateUtc": "2026-06-05T18:19:51.0876853+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-06-05T18:19:51.0876853+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T18:19:51.0876853+00:00</UpdatedDateUtc> <CustomPageId>0a5164dd-12de-455a-8b04-e487cc5d8042</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>223c4749-a472-4727-8ac3-0be2bbfc682d</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>