SAP Knowledge Base Article - Public

3118248 - How to remove Interviewers via OData API in Interview Central - Recruiting Management

Symptom

How to remove interviewers from Interview Central via OData API?

Environment

SAP SuccessFactors Recruiting Management

Resolution

The entity JobAppliationInterview has the designed restriction of only allowing One Interviewer per interview, meaning that, every time that we need to add a new Interviewer into the Interviews, we must create a new record on JobApplicationInterview and then assign the interviewer on the respective field.

With that in mind, to review an interviewer, works the same way, we need to remove the interview itself where that interviewer is assigned. To do that we must use the method DELETE in OData API and execute it on top of the JobApplicationInterview entity. Example:

  1. Two Interviewers show on the portlet:
  2. Upon querying the interviewers, the second existing interview has the id 977:
  3. Now, execute the method DELETE on the entity with the ID of that interview:
  4. Access the application again and you will see that the second Interviewer has been removed from the Interviews portlet on the application:

Keywords

interview, remove, interviewer, portlet, delete, method, odata, api,  , KBA , LOD-SF-RCM-API , Webservices & APIs , How To

Product

SAP SuccessFactors Recruiting all versions