Bullhorn API Support Forums
we have upgraded phpBB - please let us know if something is broken
Skip to content
Moderators: StaffingSupport, s.emmons, BullhornSupport
Post by jhallsharp » Fri Jun 21, 2019 2:25 pm
Code: Select all
$education = ['candidate' => ['id' => $candidateId], 'startDate' => $startDate, 'endDate' => $endDate, 'school' => $school, 'degree' => $degree, 'major' => $major]; if(FALSE === $this->comm(sprintf('/entity/CandidateEducation/' .$candidateId), 'POST', $education)) : //return FALSE; endif;
Return to “Bullhorn APIs”