...
The new classes are:
Request
Response
Web Services
Action | URI | Method | Request Body | Response Body | Authorization |
---|---|---|---|---|---|
Bulk Delete | /deleteEntities/async/start | POST | EntityIdList | BulkEntityResponse | ACCESS_TYPE.DELETE on each entity in the passed entityList |
Bulk Move | /moveEntities/async/start | POST | EntityIdList, String | BulkEntityResponse | ACCESS_TYPE.UPDATE on each entity in the passed entityList, as well as the destination entity |
...