{
"dateCreated": "date-time",
"friendlyName": "string",
"id": "int32",
"requiresEmployeeAcknowledgement": "boolean",
"selectedGroups": [
{
"id": "int32",
"name": "string"
}
],
"selectedLocations": [
{
"id": "int32",
"name": "string"
}
],
"sendInitialNotificationOn": "date-time",
"sendNotificationImmediately": "boolean",
"sendNotificationToEmployee": "boolean",
"sendReminderEveryXDays": "int32",
"visibleToAllEmployees": "boolean"
}
Name | Type | Description |
---|---|---|
dateCreated | date-time | DateTime |
friendlyName | string | String |
id | int32 | Int32 |
requiresEmployeeAcknowledgement | boolean | Boolean |
selectedGroups[] | array | |
selectedGroups[].id | int32 | Int32 |
selectedGroups[].name | string | String |
selectedLocations[] | array | |
selectedLocations[].id | int32 | Int32 |
selectedLocations[].name | string | String |
sendInitialNotificationOn | date-time |
Nullable |
sendNotificationImmediately | boolean | Boolean |
sendNotificationToEmployee | boolean | Boolean |
sendReminderEveryXDays | int32 |
Nullable |
visibleToAllEmployees | boolean | Boolean |
Powered by DapperDox