NotificationsSettings


JSON Input Example

{
  "ChildDivisionsNotifications": false,
  "Alerts": {
    "Enabled": false
  },
  "OutgoingMessages": {
    "Enabled": false
  }
}

XML Input Example

<?xml version="1.0" encoding="utf-8"?>
<NotificationsSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ChildDivisionsNotifications>false</ChildDivisionsNotifications>
  <Alerts>
    <Enabled>false</Enabled>
  </Alerts>
  <OutgoingMessages>
    <Enabled>false</Enabled>
    <DriverID>1</DriverID>
  </OutgoingMessages>
</NotificationsSettings>