I am trying to create a Note linked to a candidate which points to a jobOrder reference through the REST API.
Here are the parameters that I am using :
I get no errors from this call however the note is created onto the candidate profile but not linked to the any JobOrder
How can I link a jobOrder to a Note ?
Tried with 'jobOrders' (To-many association) is instead of 'jobOrder' (To-one association) to update notes at both candidate and job flow. Have no specific reason why 'jobOrder' is not updating both candidate and job notes.