Contract.JournalTemplateResponse

Name / Description Type / Format Example
uniqueId
Journal Template identifier
string uuid "string"
header
Header of Journal Template
string "string"
content
Content of Journal Template
string "string"
useColumnHeaders
Indicates whether content is empty or not
boolean true
{
  "uniqueId": "string",
  "header": "string",
  "content": "string",
  "useColumnHeaders": true
}
Contained in Models

- none -

Consumed by Operations

- none -