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": "4ae5154a-426a-4448-9852-34ff52b2c9c3",
  "customPageName": "sample string 2",
  "tenantId": "96cbc9d6-658f-4be5-91a8-2d3276436736",
  "viewDataJsonDictionary": "sample string 4",
  "roleId": 5,
  "createdDateUtc": "2024-08-30T00:36:18.0905363+00:00",
  "updatedDateUtc": "2024-08-30T00:36:18.0905363+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>2024-08-30T00:36:18.0905363+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-08-30T00:36:18.0905363+00:00</UpdatedDateUtc>
  <CustomPageId>4ae5154a-426a-4448-9852-34ff52b2c9c3</CustomPageId>
  <CustomPageName>sample string 2</CustomPageName>
  <RoleId>5</RoleId>
  <TenantId>96cbc9d6-658f-4be5-91a8-2d3276436736</TenantId>
  <ViewDataJsonDictionary>sample string 4</ViewDataJsonDictionary>
</TenantCustomPageRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.