Set default field for contact deduplication
POST {{baseUrl}}/api/v1/contactsDeduplication/defaultFieldName
This API sets the field you specify as the default field for deduplicating contacts.
OAuth Scope
Desk.contacts.UPDATE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| fieldName (required) | <string> max chars : 100 | The name of the field |
| markDefault (required) | <boolean> | to mark the given field as default or remove the field from the default. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |