I'm trying to save and update a candidate in Bullhorn through the REST API with PHP. I've loaded a candidate from BullHorn and my categories are shown this way:
Code: Select all
["categories"]=>
object(stdClass)#632 (2) {
["total"]=>
int(2)
["data"]=>
array(0) {
}
}
["category"]=>
object(stdClass)#654 (1) {
["id"]=>
int(1123135)
}
Code: Select all
id => ...