Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "c0c82be2-d496-462d-9c04-109f1bbd0a07",
"customPageName": "sample string 2",
"tenantId": "5432d98d-cd79-453c-9efe-933cbbfe8304",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-07-27T18:16:53.5682363+00:00",
"updatedDateUtc": "2026-07-27T18:16:53.5682363+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-27T18:16:53.5682363+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-27T18:16:53.5682363+00:00</UpdatedDateUtc> <CustomPageId>c0c82be2-d496-462d-9c04-109f1bbd0a07</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>5432d98d-cd79-453c-9efe-933cbbfe8304</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>
Sample not available.