Contract.ReportTemplateRequest

Name / Description Type / Format Example
templateName
The name of the report template
string "string"
description
The description of the report template
string "string"
reportTemplateColumns
The list of the report template columns
Contract.ReportTemplateColumnRequest[] {Contract.ReportTemplateColumnRequest}
{
  "templateName": "string",
  "description": "string",
  "reportTemplateColumns": [
    {
      "position": 0,
      "header": "string",
      "content": "string",
      "type": "CustomFixedData"
    }
  ]
}
Contained in Models

- none -

Returned by Operations

- none -