MailSettings

Determines the settings used when the Employer sends emails.
If CustomiseSmtpSettings is false then SmtpSettings will be null and our default internal settings will be used;

Name / Description Type / Format Example
payRunUniqueIds string[]
reportFormat string "Json" "Csv" "Pdf"
{
  "payRunUniqueIds": [
    "string"
  ],
  "reportFormat": "Json"
}
Contained in Models

- none -

Consumed by Operations
Execute report template
Returned by Operations

- none -