Add a Contact Group
Create a new contact group.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactGroupSave | Required |
ContactGroupId | Int | The Id of the contact group. | Required - See Note |
ContactGroupName | String(50) | The unique identifier of the contact group. | Required - See Note |
ContactGroupIcon | String(50) | Icon to apply to the group. | Optional |
Response Codes
Code | Message | Information |
---|---|---|
0 | Response Data | See 'Response' example tab |
2 | Missing Parameter - contactGroupName | Integer value is invalid or was not specified (when required) |
2 | Invalid Parameter - contactGroupId | Integer value is invalid or was not specified (when required) |
2 | ContactGroupId does not exist in JobWatch | No data returned or set-up in BigChange |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactGroupSave&ContactGroupId=20438&ContactGroupName=Customers 2
Response Data
{ "Code": 0, "Result": { "id": 20438, "label": "Customers 2", "ContactGroupIcon": "air-y.png" } }