Hello, team.
I have problems when I want to update the custom fields of a candidate. If the custom field is, for example, a dropdown, I don't know how could I send the new information.
{
"id": <id of my dropdown custom field>,
"value":
???}
For example, if my custom field with id 123456 has two possible values, "Yes" (id 112233) or "No" (id 445566) and I want it to be "Yes", ¿how could I do it?
Thank you for your attention.