POST api/cms/render/{programid}/{userId}

Wrapper function to render CMS html templates

Request Information

Parameters

NameDescriptionAdditional information
programid

Define this parameter in the request URI.

userId

Define this parameter in the request URI.

model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EmailAddress": "sample string 1",
  "JsonCustomHolder": "sample string 2",
  "JsonContent": "sample string 3",
  "CallingApplication": "sample string 4",
  "Status": "sample string 5",
  "EmailSettingsId": "sample string 6"
}

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.