...
Code Block |
---|
GET {baseURL}/dialler/contacts/{DiallerContactsID} |
...
Parameters
Parameter | Where | Type | Data |
---|---|---|---|
DiallerContactsID | URL | Integer | The ID of the Dialler Contact. |
...
Code Block |
---|
GET {baseURL}/dialler/contacts/contact?userData={userData} |
...
Parameters
Parameter | Where | Type | Data |
---|---|---|---|
userData | Query | String | The userData of the dialler contacts to search for. |
...
Code Block |
---|
POST {baseURL}/dialler/contacts/import?overwriteDuplicates={overwriteDuplicates} |
...
Parameters
Parameter | Where | Type | Data |
---|---|---|---|
overwriteDuplicates | Query | Boolean | Whether to overwrite duplicate contacts. If this is true, existing contact data will be overwritten when a match on the UserData field is detected. If this is false, the new contact will be created whether a matching record is found or not. |
...