...
Action | URI | Method | Request Body | Response Body | Authorization | |||
---|---|---|---|---|---|---|---|---|
Bulk | DeleteUpdate | / | deleteEntitiesupdateEntities/async/start | POST | List<Entity> | StringAsyncJobId | ACCESSACCESS_TYPE. | DELETEUPDATE 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/start | POST | List<Entity> | StringAsyncJobId | ACCESS 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. |
...