Bulk Update Records

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

Purpose

To update the upper form details of Simple and Line Item Non-Workflow BP records.

Note: Single-Record Business Processes (BPs) and Line Items with Configurable Modules are not supported.

Input

Both input & output in JSON format in the body.

JSON input 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" }

]

}

Output

JSON output for Bulk Update Records

{

"data":

[

],

"message":

[ "success"

],

"status":200

}

Related Topics

Business Processes

Create BP Record

Update BP Record

Update BP Record with Attachment

Create BP Record with Attachment

Bulk Create Records

Bulk Reverse Auto-populate Records

Response Error Codes

Payment Application with Auto-populate from SOV and Commits

Get BP Record Permission

Update BP Record Permission

Add Assignees to Workflow BP Records



Last Published Wednesday, April 15, 2026