Versions Compared

Key

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

...

The new classes are:

Request

BulkRequest.uxfImage Removed

Image Added
Response

BulkResponse.uxf

Image RemovedImage Added

Web Services

ActionURIMethodRequest BodyResponse BodyAuthorization
Bulk Update/updateEntities/async/startPOSTList<Entity>AsyncJobIdACCESS_TYPE.UPDATE on each entity in the passed entityList
Get Update Results/updateEntities/async/get/{asyncToken}GET BulkEntityResponseList<BulkActionResult>

Asynchronously get the results of an updateEntities request started with POST /updateEntities/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/deleteEntities/async/startPOSTList<Entity>entityIdListAsyncJobId ACCESS_TYPE.DELETE on each entity in the passed entityList
Get Delete Results/deleteEntities/async/get/{asyncToken}GET BulkEntityResponseList<BulkActionResult>

Asynchronously get the results of a deleteEntities request started with POST /deleteEntities/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.

...