execute
Url
/V2.0/services/bulk/execute
HTTP Method
POST
Description
Allows executing several API calls in a single round trip to the server 
Parameters
Name Type Description
requests request[] Array of Request objects representing individual API calls
transactional boolean
Result
Name Type Description
responses response[] Array of Response objects representing API responses for each API call
In case of failure an error object will be returned
* indicates required fields