Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "2e88cc73-77be-4eb7-832e-b3f7079af088",
"customPageName": "sample string 2",
"tenantId": "04017a28-ded8-45a0-8ef6-ca6fe8fcab2a",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-08-27T04:33:18.8548055+00:00",
"updatedDateUtc": "2026-08-27T04:33:18.8548055+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-08-27T04:33:18.8548055+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-27T04:33:18.8548055+00:00</UpdatedDateUtc> <CustomPageId>2e88cc73-77be-4eb7-832e-b3f7079af088</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>04017a28-ded8-45a0-8ef6-ca6fe8fcab2a</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>