Question
API PUT for updated custom type-ahead field
Hi can anyone help me with a PUT call to update user type-a-head custom fields I have this:
{
"DE:Custom User Field":
[
{
"objCode":"USER",
"name":"Test User",
"ID":"5a949c86005796a9cb664d2130528750"
}
]
}
}
And while we are at it, how about how to update a multi- select field via the API. Thanks!