Create a batch
Create batch
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"batchId": 48865381,
"batchStatus": "Created"
}{
"message": "Too many batches in queued status. Please wait and try again."
}Sample Create Batch request - Retrieve records
{
"method": "GET",
"batchOptions": {
"cancelIfRecordFails": false
},
"records": {
"1": [
{
"id": 100
},
{
"id": 101
}
],
"3": [
{
"id": 200
},
{
"id": 201
}
]
},
"relationships": [
{
"id": 301
}
]
}Sample Create Batch Request - Create contact records
Sample Error Response
Sample Create Batch Request - Copy Record
Sample Create Batch Request - Copy To
Sample Create Batch Request - Execute Workflow
Sample Create Batch Request - Create Relationship
Sample Create Batch request - Delete relationships
Sample Create Batch Request - Calculate Amortization
Last updated
Was this helpful?

