I have created appointment with Job and Opportunity through Rest API. After creation , Job and Opportunity were showing In appointment page But The appointment is not added in Job and Opportunity's Related Appointment .
Rest API Request :
Code: Select all
https://rest91.bullhornstaffing.com/rest-services/1s2o10/entity/Appointment?BhRestToken=*****
Code: Select all
{
"dateBegin":1566885151000,
"owner":{
"id":2056,
"type":"CorporateUser"
},
"communicationMethod":"Phone",
"subject":"Testing Job Order and Opportunity",
"notificationMinutes":"5",
"jobOrder":{
"id":36,
"type":"JobOrder"
},
"opportunity":{
"id":37,
"type":"Opportunity"
},
"dateEnd":1566886051000,
"isPrivate":"true",
"type":"3rd Interview"
}