Name / Description | Type / Format | Example | |
---|---|---|---|
type
|
string
|
"PayslipEmail"
"AutoEnrolment_Enrolled"
"AutoEnrolment_Enrolled_NetPay"
"AutoEnrolment_NotEnrolled"
"AutoEnrolment_Insert"
"CisStatementEmail"
"PayrunSummary"
"PayslipsUnemailed"
"PayrunAutoEmail"
"P60Email"
"AnnualCisStatementEmail"
"P45Email"
"AutoEnrolment_Postponed"
"AutoEnrolment_ReEnrolled"
"AutoEnrolment_Enrolled_SalarySacrifice"
"AutoEnrolment_ReEnrolled_SalarySacrifice"
"P11DEmail"
|
|
description
Explains the purpose of this template
|
string
|
"string"
|
|
isCustom
Indicates whether or not this template has been changed from the default content.
|
boolean
|
true
|
|
content
|
string
|
"string"
|
|
subject
|
string
|
"string"
|
|
defaultContent
The default content for this template
|
string
|
"string"
|
|
defaultSubject
The default subject for this template
|
string
|
"string"
|
|
hasSubject
If false then the Subject property is not relevant for this template type
|
boolean
|
true
|
|
tokens
A list of tokens that can be used with this template.
For example, if 'Employee.FirstName' is in the list then use '{Employee.FirstName}' in the Content or Subject and it'll be replaced with the relevant value when the template is parsed. |
string[]
|
|
|
tokensExpanded
|
boolean
|
true
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"type": "PayslipEmail",
"description": "string",
"isCustom": true,
"content": "string",
"subject": "string",
"defaultContent": "string",
"defaultSubject": "string",
"hasSubject": true,
"tokens": [
"string"
],
"tokensExpanded": true,
"id": "string"
}
- none -