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": "f991ace5-ad53-471a-a8de-52f854bfe311",
  "customPageName": "sample string 2",
  "tenantId": "5be2ffba-aaa8-4de6-98fe-7c82724dd435",
  "viewDataJsonDictionary": "sample string 4",
  "roleId": 5,
  "createdDateUtc": "2026-02-01T08:31:11.0465742+00:00",
  "updatedDateUtc": "2026-02-01T08:31:11.0465742+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>2026-02-01T08:31:11.0465742+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-01T08:31:11.0465742+00:00</UpdatedDateUtc>
  <CustomPageId>f991ace5-ad53-471a-a8de-52f854bfe311</CustomPageId>
  <CustomPageName>sample string 2</CustomPageName>
  <RoleId>5</RoleId>
  <TenantId>5be2ffba-aaa8-4de6-98fe-7c82724dd435</TenantId>
  <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary>
</TenantCustomPageRepresentation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TenantCustomPageRepresentation'.