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": "573bec9f-984a-41c9-9093-aff2ae293deb",
  "customPageName": "sample string 2",
  "tenantId": "b6fa3e14-9bd2-4d6c-99bd-bafeca1e7046",
  "viewDataJsonDictionary": "sample string 4",
  "roleId": 5,
  "createdDateUtc": "2025-07-07T05:58:14.9296146+00:00",
  "updatedDateUtc": "2025-07-07T05:58:14.9296146+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-07-07T05:58:14.9296146+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-07-07T05:58:14.9296146+00:00</UpdatedDateUtc>
  <CustomPageId>573bec9f-984a-41c9-9093-aff2ae293deb</CustomPageId>
  <CustomPageName>sample string 2</CustomPageName>
  <RoleId>5</RoleId>
  <TenantId>b6fa3e14-9bd2-4d6c-99bd-bafeca1e7046</TenantId>
  <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary>
</TenantCustomPageRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.