Overview

Performs the target actions on records

Summary

This request will perform the target actions on records

Request Arguments

Name Type Description Required
records_to_update array Target records True

Request Example

{
    "records_to_update" =>
    [
        "id" => "36d5a0be-1fad-11ee-b740-462d6d03d2d4",
        "status" => "Held",
        "module" => "Meetings",
        "order" => "01.01",
        "dri_subworkflow_id" => "36922df2-1fad-11ee-8f9d-462d6d03d2d4",
        "dri_workflow_id" => "36753aa8-1fad-11ee-8e96-462d6d03d2d4",
        "customer_journey_blocked_by" => null,
        "cj_blocked_by_stages" => null,
    ],
}

Response

The response will be an object containing the following fields:
Name Type Description
exception Array Is there any error appearing or its successful

Response Example

{
    "exception" : [
        "failure" => 0,
        "success" => 1,
    ]
}