...
Web Services
Action | URI | Method | Request Params | Request Body | Response Body | Authorization |
---|---|---|---|---|---|---|
Bulk Delete | /bulkEntityAction/delete | POST | List<String> EntityIdList entityIdsBulkDelete | BulkEntity | ACCESS_TYPE.DELETE on each entity in the passed entityList | |
Bulk Move | /bulkEntityAction/move | POST | List<String> | EntityIdList entityIds, String destinationBulkMove | BulkEntity | ACCESS_TYPE.UPDATE on each entity in the passed entityList, as well as the destination entity |