Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "c950f425-3453-49e8-b992-821a4f3569d4",
"customPageName": "sample string 2",
"tenantId": "7b23cb55-bf8f-4beb-8827-2705f2231c71",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2025-10-12T20:14:35.3202256+00:00",
"updatedDateUtc": "2025-10-12T20:14:35.3202256+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-10-12T20:14:35.3202256+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-12T20:14:35.3202256+00:00</UpdatedDateUtc> <CustomPageId>c950f425-3453-49e8-b992-821a4f3569d4</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>7b23cb55-bf8f-4beb-8827-2705f2231c71</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>
Sample not available.