P
Paul Bardwell
I just figured out that you can use assignedTo when updating a Contact and it works to assign the Contact to a specific user. You just have to use the user ID. (i.e. {"assignTo":"replace.with.user.id"})
Q
Quentin Goin
Paul Bardwell, I'm getting the message "property assignTo should not exist" when I include assignTo when updating a single contact. I'm using this PUT:
EDIT: I figured this out for API v2. Field needed to be named "assignedTo" instead of the above with a userId.
A
Anthony Skinner
Doesn't this already exist even on the old api? On the old api, you just needed to update an opportunity instead of the contact.