applyMassiveActions method Null safety
- GlpiItemType itemType,
- String massiveActionName,
- String payload
Run the given massive action
payload
Must be a json string with the parameters for the action and the ids of the items to apply the action to.
Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#apply-massive-action
Implementation
Future<Map<String, dynamic>> applyMassiveActions(
GlpiItemType itemType, String massiveActionName, String payload);