Bulk Update Records
PUT /ws/rest/service/v2/bp/record/bulk
Purpose
To update BP records upper form details.
Note: Only the Simple type and the Line Item type BPs are 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
Get BP Record With Attachments
Update BP Record with Attachment
Create BP Record with Attachment
Fetch BP Record List with filter_criteria
Payment Application with Auto-populate from SOV and Commits
Bulk Reverse Auto-populate Records
Asynchronous Bulk BP Operations
Fetch List of Attached Files in a BP
Download a Single Attached File in a BP
Download Multipart or Large Files
Last Published Tuesday, July 1, 2025