Asynchronous Bulk BP Operations

Purpose

To make these operations Asynchronous:

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

Business Processes

Fetch BP Record List

Get BP Record

Get BP Record With Attachments

Create BP Record

Update BP Record

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 Create Records

Bulk Update Records

Bulk Reverse Auto-populate Records

Asynchronous REST Call Status

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