Name / Description | Type / Format | Example | |
---|---|---|---|
uniqueId
Unique Id of report template column
|
string
uuid
|
"string"
|
|
userName
Name of the user who created the report template
|
string
|
"string"
|
|
templateName
Name of the report template
|
string
|
"string"
|
|
description
Description of the report template
|
string
|
"string"
|
|
reportTemplateColumns
List of the report template column
|
Contract.ReportTemplateColumnResponse[]
|
{Contract.ReportTemplateColumnResponse}
|
|
updatedDate
Updated date of the report template column
|
string
date
|
"2025-02-01"
|
|
createdDate
Created date of the report template column
|
string
date
|
"2025-02-01"
|
{
"uniqueId": "string",
"userName": "string",
"templateName": "string",
"description": "string",
"reportTemplateColumns": [
{
"position": 0,
"header": "string",
"content": "string",
"type": "CustomFixedData"
}
],
"updatedDate": "2025-02-01",
"createdDate": "2025-02-01"
}
- none -
- none -