Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "b948e62e-792e-4b5a-966d-b420cbb5f619",
"customPageName": "sample string 2",
"tenantId": "04f5699b-2e43-457d-8075-f7445d3f01ce",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-04-24T23:47:07.1833599+00:00",
"updatedDateUtc": "2026-04-24T23:47:07.1833599+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-04-24T23:47:07.1833599+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-24T23:47:07.1833599+00:00</UpdatedDateUtc> <CustomPageId>b948e62e-792e-4b5a-966d-b420cbb5f619</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>04f5699b-2e43-457d-8075-f7445d3f01ce</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>