Versions Compared

Key

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

...

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

Asynchronously get the results of a deleteEntities an updateEntities request started with POST /deleteEntitiesupdateEntities/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 UpdateDelete/updateEntitiesdeleteEntities/async/startPOSTList<Entity>StringAsyncJobIdACCESS ACCESS_TYPE.UPDATE DELETE on each entity in the passed entityList
Get Update Delete Results/updateEntitiesdeleteEntities/async/get/{asyncToken}GET BulkEntityResponse

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

...