/
var
/
www
/
html
/
sugardemo
/
include
/
api
/
help
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <h2 xmlns="http://www.w3.org/1999/html">Overview</h2> <span class="lead"> Performs the target actions on records </span> <h2>Summary</h2> <span class="lead"> This request will perform the target actions on records </span> <h2>Request Arguments</h2> <table class="table table-hover"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Required</th> </tr> </thead> <tbody> <tr> <td> records_to_update </td> <td> array </td> <td> Target records </td> <td> True </td> </tr> </tbody> </table> <br> <h3>Request Example</h3> <pre class="pre-scrollable"> { "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, ], } </pre> <h2>Response</h2> <span class="lead"> The response will be an object containing the following fields: </span> <table class="table table-hover"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td> exception </td> <td> Array </td> <td> Is there any error appearing or its successful </td> </tr> </tbody> </table> <h3>Response Example</h3> <pre class="pre-scrollable">{ "exception" : [ "failure" => 0, "success" => 1, ] }</pre>