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": "99422145-907f-4433-a1f7-4fda6f6b3f80",
  "customPageName": "sample string 2",
  "tenantId": "d1a906f9-3306-425f-a3e3-1006e3dc3c64",
  "viewDataJsonDictionary": "sample string 4",
  "roleId": 5,
  "createdDateUtc": "2025-06-09T23:48:09.0990935+00:00",
  "updatedDateUtc": "2025-06-09T23:48:09.0990935+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-06-09T23:48:09.0990935+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-09T23:48:09.0990935+00:00</UpdatedDateUtc>
  <CustomPageId>99422145-907f-4433-a1f7-4fda6f6b3f80</CustomPageId>
  <CustomPageName>sample string 2</CustomPageName>
  <RoleId>5</RoleId>
  <TenantId>d1a906f9-3306-425f-a3e3-1006e3dc3c64</TenantId>
  <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary>
</TenantCustomPageRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.