Update association info
PATCH {{baseUrl}}/api/v1/accountContactMapping/:mapping_id
This API updates the details of an account-contact mapping.
OAuth Scope
Desk.contacts.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
isAccountTicketsViewable | <Boolean> | Key that specifies whether the contact can access all tickets related to the account |
mappingType | <String> | Type of mapping connection between the contact and the account. Value allowed is PRIMARY , which sets the account as the primary account of the contact. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"mappingId":"4000000023057","accountId":"4000000022101","contactId":"4000000020714","mappingType":"PRIMARY","isAccountTicketsViewable":false}