hy,
i would have a question about a use case of a customer. The main origin of the contact is "Email", now some additional Id's are assigned like PHONE, FAX, MOBILE. Everything is created externally through oData.
Now the case is that the customer has changed the phone number from +4321 to +1234. If we now set the additional ID via:
- PUT: .../API_MKT_CONTACT_SRV;v=004/AdditionalIDs(ContactID='mail@mail.at',ContactOrigin='EMAIL',ContactAdditionalOrigin='PHONE',ContactAdditionalID='+1234')
this would result to a new additional id and we would have two entries on the contact profile. Is there a way to "overwrite" the already existing additional id "PHONE"?
Thank you and BR,
Andreas