/groups/assign
token (string, required)
group_id (int, required)
e911_id (int)
did_id (int)
did_number (int)
Associate a 911 Alert Group with a 911 entry. Groups can be associated with multiple 911 entries, but a 911 entry can only be associated with one group
This API expects to find one or more of the following; e911_id,
did_id,
or did_number.
{"code": 200,"status": "success","data": "Successfully associated 911 service with group"}
{"code": 400,"status": "error","data": "Must provide e911_id or did_id or did_number"}
{"code": 500,"status": "error","data": "Could not associate 911 service with group"}