Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "fa766807-5ad8-41bf-927c-f816e8ff1c70",
"customPageName": "sample string 2",
"tenantId": "85685b5f-e1e0-4f87-bbca-27a8c97bc71d",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-09-11T11:00:51.3728407+00:00",
"updatedDateUtc": "2026-09-11T11:00:51.3728407+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-09-11T11:00:51.3728407+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-11T11:00:51.3728407+00:00</UpdatedDateUtc> <CustomPageId>fa766807-5ad8-41bf-927c-f816e8ff1c70</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>85685b5f-e1e0-4f87-bbca-27a8c97bc71d</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>