Update custom field

25 views
Skip to first unread message

ruizl...@gmail.com

unread,
Sep 12, 2017, 12:16:48 PM9/12/17
to CATS API v3
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.

Anthony Allan

unread,
Sep 12, 2017, 12:36:19 PM9/12/17
to CATS API v3
Hey there,

When the custom fields has options with ids, you can just pass the id of option you want to set as the value, e.g. `"value": 112233`. In the case of checkboxes where you can have multiple things selected, you'd pass an array of ids.

ruizl...@gmail.com

unread,
Sep 13, 2017, 3:11:24 AM9/13/17
to CATS API v3
Thank you, it works!
Reply all
Reply to author
Forward
0 new messages