Bulk Update Records

PUT /ws/rest/service/v2/bp/record/bulk

Purpose

To update BP records upper form details.

Notes:

Behavior of the Due Date (due_date) Field

When you create workflow BP records through a REST service, the system currently sets the Due Date automatically based on the Workflow Settings; the Due Date provided in the input request is ignored.

When you update workflow BP records through a REST service, you cannot change the Due Date.

Request Format

Both input & output in JSON format in the body.

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Request For Bulk Update Records

{

"options":{

"bpname" : "Simple_bp",

"project_number" :"P-0002"

},

"data": [

{ "ugenAmountCA":600.0, "unameofAgentDPK": "vendor_002", "record_no":"uxsim02-0000" },

{ "ugenAmountCA":600.0, "unameofAgentDPK": "vendor_002", "record_no":"uxsim02-0001" },

{ "ugenAmountCA":600.0, "unameofAgentDPK": "vendor_002", "record_no":"uxsim02-0002" }

]

}

Sample Success Response For Bulk Update Records

{

"data": [ ],

"message": [ "success" ],

"status":200

}

Related Topics

Business Processes

Create BP Record

Update BP Record

Create BP Record with Attachment

Update BP Record with Attachment

Payment Application with Auto-populate from SOV and Commits

Get BP Record Permission

Update BP Record Permission

Add Assignees to Workflow BP Records

Bulk Create Records

Bulk Create Workflow BPs

Bulk Reverse Auto-populate Records

Terminate Workflow and Non-Workflow BP Records

Response Error Codes



Last Published Tuesday, July 1, 2025