Contract.ReportTemplateContentDictionaryResponse

Name / Description Type / Format Example
type string "CustomFixedData" "EmployeeField" "EmployerField" "PayRunField" "RoleField" "PayDataField"
content
The content list of report template column
Contract.ReportTemplateContentResponse[] {Contract.ReportTemplateContentResponse}
{
  "type": "CustomFixedData",
  "content": [
    {
      "name": "string",
      "value": "string"
    }
  ]
}
Contained in Models

- none -

Consumed by Operations

- none -

Returned by Operations

- none -