Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "ceae8daa-50b1-4bc5-b23b-c5c373518f72",
"customPageName": "sample string 2",
"tenantId": "240d440f-5265-48f2-add8-6f39ce66ae21",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2026-03-22T22:03:32.2838888+00:00",
"updatedDateUtc": "2026-03-22T22:03:32.2838888+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-03-22T22:03:32.2838888+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-22T22:03:32.2838888+00:00</UpdatedDateUtc> <CustomPageId>ceae8daa-50b1-4bc5-b23b-c5c373518f72</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>240d440f-5265-48f2-add8-6f39ce66ae21</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>
Sample not available.