
/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": []
}