Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "b7617553-3125-4ce5-9f97-1965c0f1130d",
"customPageName": "sample string 2",
"tenantId": "cc1432cd-098e-43ec-a6eb-133529e51b94",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-03-09T07:08:20.1963481+00:00",
"updatedDateUtc": "2026-03-09T07:08:20.1963481+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-03-09T07:08:20.1963481+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-09T07:08:20.1963481+00:00</UpdatedDateUtc> <CustomPageId>b7617553-3125-4ce5-9f97-1965c0f1130d</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>cc1432cd-098e-43ec-a6eb-133529e51b94</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>