Cyan Web API - Version 1


POST api/tenantCustomPage

            Creates a tenant custom page.
            

Request Information

Parameters

NameDescriptionAdditional information
tenantCustomPage

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "customPageId": "c950f425-3453-49e8-b992-821a4f3569d4",
  "customPageName": "sample string 2",
  "tenantId": "7b23cb55-bf8f-4beb-8827-2705f2231c71",
  "viewDataJsonDictionary": "sample string 4",
  "roleId": 5,
  "createdDateUtc": "2025-10-12T20:14:35.3202256+00:00",
  "updatedDateUtc": "2025-10-12T20:14:35.3202256+00:00"
}

application/xml, text/xml

Sample:
<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-10-12T20:14:35.3202256+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-12T20:14:35.3202256+00:00</UpdatedDateUtc>
  <CustomPageId>c950f425-3453-49e8-b992-821a4f3569d4</CustomPageId>
  <CustomPageName>sample string 2</CustomPageName>
  <RoleId>5</RoleId>
  <TenantId>7b23cb55-bf8f-4beb-8827-2705f2231c71</TenantId>
  <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary>
</TenantCustomPageRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.