Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "36ffcdb1-a024-4114-b2bb-6538d18721d8",
"customPageName": "sample string 2",
"tenantId": "ad106b24-8fcf-41c7-8113-1634b5681bfd",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-09-06T23:57:46.4818425+00:00",
"updatedDateUtc": "2026-09-06T23:57:46.4818425+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-06T23:57:46.4818425+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-06T23:57:46.4818425+00:00</UpdatedDateUtc> <CustomPageId>36ffcdb1-a024-4114-b2bb-6538d18721d8</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>ad106b24-8fcf-41c7-8113-1634b5681bfd</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>
Sample not available.