I created appointment and associated to attendee through Rest API . Its working fine , Able to see the attendee in appointment page.But I was unable to see the appointment in attendee page.
For eg : I have added attendee ( candidate : 15829 ) to the appointment ( id : 145360) through Rest API . But in Candidate CRM UI , Related Appointment is empty .
Rest API request :
Code: Select all
PUT https://rest91.bullhornstaffing.com/rest-services/1s2o10/entity/AppointmentAttendee?BhRestToken={bhRestToken}
Code: Select all
{"appointment":{"id":"145360"},"attendee":{"id":15829}}