ClientContact->Note association problem
Posted: Wed Feb 26, 2020 9:09 am
Hi, I am trying to add/update an ClientContact->Note association. I get an answer that indicates that the association is already in place, but when I do a GET get no results. Any help appreciated 
/Tomas

/Tomas
Code: Select all
PUT https://rest23.bullhornstaffing.com/rest-services/XXXXX/entity/Note/27813/clientContacts/40033931?BhRestToken=xxxxxxxxxxxxxxxxxxxxxx
{
"changedEntityType": "Note",
"changedEntityId": 27813,
"changeType": "ASSOCIATE",
"messages": [{
"propertyName": "UserCommentEntity",
"severity": "ERROR",
"type": "DUPLICATE_VALUE"
}
],
"data": {
"clientContacts": {
"add": [40033931]
}
}
}
Code: Select all
GET https://rest23.bullhornstaffing.com/rest-services/XXXXX/entity/Note/27813/clientContacts?fields=*&xxxxxxxxxxxxxxxxxxxxxx
{
"start": 0,
"count": 0,
"data": []
}