Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "966eb32e-0bec-4780-b331-d4dbde7a1440",
"customPageName": "sample string 2",
"tenantId": "4646c28b-6f88-4732-b0e1-6344a6e0cf5c",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2025-12-15T19:48:42.1818207+00:00",
"updatedDateUtc": "2025-12-15T19:48:42.1818207+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-12-15T19:48:42.1818207+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-12-15T19:48:42.1818207+00:00</UpdatedDateUtc> <CustomPageId>966eb32e-0bec-4780-b331-d4dbde7a1440</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>4646c28b-6f88-4732-b0e1-6344a6e0cf5c</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>
Sample not available.