Put Request not working

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, s.emmons, BullhornSupport

Post Reply
MikeObasuyi
User
Posts: 1
Joined: Thu Aug 19, 2021 4:13 am

Put Request not working

Post by MikeObasuyi »

hi all,

trying to run a test update via the api but its not working :

query_url_build = f"https://rest[x].bullhornstaffing.com/rest-services/xxx/" \
f"entity/Candidate/xxxx?BhRestToken={BhRest_Token}&{'firstName' : 'miketest'}" \

query_url_response = requests.put(query_url_build)

any help would be great :)
Post Reply