Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "b1ae3c6e-4fc6-4500-909d-06237b84f39e",
"customPageName": "sample string 2",
"tenantId": "053da5ba-7f5a-47ec-a7f2-92b659116c7f",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2025-11-15T12:17:53.7845785+00:00",
"updatedDateUtc": "2025-11-15T12:17:53.7845785+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>2025-11-15T12:17:53.7845785+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-15T12:17:53.7845785+00:00</UpdatedDateUtc> <CustomPageId>b1ae3c6e-4fc6-4500-909d-06237b84f39e</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>053da5ba-7f5a-47ec-a7f2-92b659116c7f</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>