Creating note gives error

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

Moderators: StaffingSupport, pmularski, BullhornSupport

Post Reply
indivirtual
User
Posts: 2
Joined: Thu Dec 05, 2019 4:38 am

Creating note gives error

Post by indivirtual »

Hi,
When creating a note with the following rest api url

https://rest23.bullhornstaffing.com/res ... ntity/Note

JSON content of the note:
{"id":0,"commentingPerson":{"id":"62"},"personReference":{"id":"62"},"comments":"blaat","jobOrder":{"id":"8"},"dateAdded":1575647846800,"isDeleted":false}

I get the following error in the response
{"errorMessage":"An internal error has occurred","errorMessageKey":"errors.internalError"}

But i can see that the note is created in Bullhorn backend.
Post Reply