Asynchronous Bulk BP Operations
Purpose
To make these operations Asynchronous:
- BulkCreateRecords (Bulk Create Records)
- BulkUpdateRecords (Bulk Update Records)
- BulkReverseAutoPopulateRecords (Bulk Reverse Auto Populate Records)
See the pertinent topics for details.
Note: The destination BP must be of Simple type BP or Line Item type BP.
Input
Both input & output in JSON format in the body.
When input JSON contains "async" : "true" inside "options", the REST call will become asynchronous. The REST call will return URL to check status of BP operation.
JSON input for Asynchronous Bulk BP Operations
{
"options":
{
"async" : "true",
"bpname" : "Source BP name",
"project_number" :"P-0001",
.....
.....
.....
}
}
Output
JSON Output for Asynchronous Bulk BP Operations
{
"message": {
"@uri": "/ws/rest/service/status/job/110",
"job_id": "110"
},
"status": "202"
}
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
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