Bulk

Bulk Documentation

Bulk [BULK POST]

an individual element of the data array

{
  "data": {
    "type": "notification_preferences",
    "id": "1d6393dd-f3f4-49d3-9fd8-7e758b056b1f",
    "attributes": {
      "email": true,
      "task": false
    }
  }
}

For this bulk create endpoint, you are required to send an array of items within the data object. You are also required to send in a related Notification Type. A Notification Preference cannot be created without a Notification Type.

  • Each member of the array must contain a client generated id to be used for the Notification Preference being created.

  • Each member of the array must contain a type that has the value of 'notification_preferences'.

  • Each member of the array must have an attributes hash of values to be used for the Notification Preference being created.

Request

Endpoint

Body

Response

Headers

Body

Fields

data

Type [Notification Preference / error]

Description Array of Notification Preference objects that have been successfully created and of errors related to Notification Preference objects that were not created successfully

Last updated