The request is intended for adding an object to a group.
&svc=add_units_to_group¶ms={ "group_id": integer, "unit_ids": [integer,integer,...] }
Parameter | Description |
---|---|
group_id | Unique Id of unit group |
unit_ids | The unique identifier of the object |
{ "added": [ ... //IDs of objects that were added to the group ], "denied": [ ... //IDs of objects that were not added to the group ] }