ReorderWaterfallBody

Body for Reorder Waterfall Providers. Lists every currently configured provider `apiId` exactly once, in the desired execution order.

Properties

providersarray ofrequired

Ordered list of provider `apiId`s. Must match the set of providers currently configured on the field — reorder only, no adds or removes.

stringminLen 1

Example

ReorderWaterfallBody example
{
  "providers": [
    "hunter",
    "prospeo",
    "findymail"
  ]
}