Response: The remote server returned an error: (400) Bad Request.
Hoping someone can help me with this. And perhaps a side question is how is it possible to get more descriptive error content that explains what the error might be?
I believe the issue might be that you are missing some of the required fields for creating a note. Please see the following doc that will go over non-nullable fields such as dateAdded and commentingPerson: https://bullhorn.github.io/rest-api-doc ... .html#note
The note I'm trying to add an additional corporateUser reference to already exists in BH and I'm just trying to add a ToMany. Would required fields come into it?