Methods

  • get - List Business Document Details
  • get - Get Business Document Details
  • post - Create Business Document
  • put - Update Business Document Permissions

Resource

{
    "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"
}

Properties

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