BulkLinkUpdateRequest Data Type

The REST request connection a set of input linkable entities to the selected targets, in bulk.

Properties
name data type description
ids array of number
targetIds array of string

Example

{
  "ids" : [ 12345, 12345 ],
  "targetIds" : [ "...", "..." ]
}