Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BulkRequest.uxf

Response

BulkResponse.uxf

Image RemovedImage Added

Web Services

ActionURIMethodRequest BodyResponse BodyAuthorization
Bulk Get/entity/bulk/get/async/startPOSTBulkGetRequestAsyncJobIdACCESS_TYPE.READ on each entity in the passed entityList
Bulk Get Results/entity/bulk/get/async/get/{asyncToken}GET BulkActionEntityResult 
Bulk Update/entity/bulk/update/async/startPOSTBulkUpdateRequestAsyncJobIdACCESS_TYPE.UPDATE on each entity in the passed entityList
Get Update Results/entity/bulk/update/async/get/{asyncToken}GET BulkUpdateResponse

Asynchronously get the results of an updateEntities request started with POST /entity/bulk/update/async/start

Note: When the result is not ready yet, this method will return a status code of 202 (ACCEPTED) and the response body will be a AsynchronousJobStatus object.

Bulk Delete/entity/bulk/delete/async/startPOSTBulkDeleteRequestAsyncJobId ACCESS_TYPE.DELETE on each entity in the passed entityList
Get Delete Results/entity/bulk/delete/async/get/{asyncToken}GET BulkDeleteResponse

Asynchronously get the results of a deleteEntities request started with POST /entity/bulk/delete/async/start

Note: When the result is not ready yet, this method will return a status code of 202 (ACCEPTED) and the response body will be a AsynchronousJobStatus object.

...