Creates a tenant custom page.
| Name | Description | Additional information |
|---|---|---|
| tenantCustomPage |
Define this parameter in the request body. |
{
"customPageId": "0cd6e389-cc09-4a54-b97f-418be6f07fa2",
"customPageName": "sample string 2",
"tenantId": "0f24989a-c258-4ea7-9785-ab1379134611",
"viewDataJsonDictionary": "sample string 4",
"roleId": 5,
"createdDateUtc": "2025-12-14T16:02:38.1674576+00:00",
"updatedDateUtc": "2025-12-14T16:02:38.1674576+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-14T16:02:38.1674576+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-12-14T16:02:38.1674576+00:00</UpdatedDateUtc> <CustomPageId>0cd6e389-cc09-4a54-b97f-418be6f07fa2</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>0f24989a-c258-4ea7-9785-ab1379134611</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>