It's been a long time but I am responding to a request from an old client to get their Bullhorn integration working again.
I've got custom PHP code that logs in successfully and submits Candidate information using POST. Up until I looked at the latest docs, the format I used was:
Code: Select all
https://rest60.bullhornstaffing.com/rest-services/[corpcode]/entity/Candidate/[candidate_id]?BhRestToken=[redacted]
Code: Select all
{
["errorMessage"]=>
string(65) "Invalid entity used. Valid entities are: JobSubmission, Placement"
["errorMessageKey"]=>
string(36) "errors.entity.override.invalidEntity"
["errorCode"]=>
int(400)
}
It may be obvious to those of you that are up to date with Bullhorn, but I put all my learning time in several years ago and my consulting practice has moved on from Bullhorn so I freely admit I'm out of date.
Thanks,
DaveNorthCreek