Creates a tenant custom page.
Name | Description | Additional information |
---|---|---|
tenantCustomPage |
Define this parameter in the request body. |
{ "customPageId": "dbfb6511-2db0-4658-8ca3-c5c1e22e520b", "customPageName": "sample string 2", "tenantId": "69b9871d-6983-495e-88b2-505df4d23509", "viewDataJsonDictionary": "sample string 4", "roleId": 5, "createdDateUtc": "2025-09-13T07:30:40.0701175+00:00", "updatedDateUtc": "2025-09-13T07:30:40.0701175+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-09-13T07:30:40.0701175+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-13T07:30:40.0701175+00:00</UpdatedDateUtc> <CustomPageId>dbfb6511-2db0-4658-8ca3-c5c1e22e520b</CustomPageId> <CustomPageName>sample string 2</CustomPageName> <RoleId>5</RoleId> <TenantId>69b9871d-6983-495e-88b2-505df4d23509</TenantId> <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary> </TenantCustomPageRepresentation>
Sample not available.