Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "dc050019-165b-4d73-94bb-304b878971e0",
"customPageName": "sample string 2",
"tenantId": "bddb6ef1-f586-4ada-8026-e35be70dfbdd",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-06-07T22:21:19.3129755+00:00",
"updatedDateUtc": "2026-06-07T22:21:19.3129755+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-06-07T22:21:19.3129755+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-07T22:21:19.3129755+00:00</UpdatedDateUtc> <CustomPageId>dc050019-165b-4d73-94bb-304b878971e0</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>bddb6ef1-f586-4ada-8026-e35be70dfbdd</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>