cancel
Showing results for 
Search instead for 
Did you mean: 

SF API Endpoint to create a candidate ?

Former Member
0 Kudos

I want to ask is there somewhere documentation or some API Endpoint to create a candidate. I enclose a picture of where exactly ask.




I apologize if the discussion is not in the right section.

Accepted Solutions (1)

Accepted Solutions (1)

gerald_reinhard
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Krasimir,

the OData APIs in Recrutiting are quite new. I tried to enable the Candidate OData API in my instance but failed so far, but I could read JobApplications using OData:

https://salesdemo4.successfactors.com/odata/v2/JobApplication?$top=1

You will find the Recruiting API Documentation as part of the OData Reference Guide available here: http://help.sap.com/hr_api/

If you use the above URL to access JobApplication OData API you have to provide a user and a company for the username like this: <username>@<company>, e.g. admin@ACE123 and a password.

I will follow up with recruiting PM and Platform engineering to figure out if Candidate API is not available yet in OData. It might be the case the Candidates are accessible via SF direct APIs (SOAP) only at this point in time (see SF API Programmers Guide on help.sap.com/hr_api/ ).

Best regards    

    Gerald

gerald_reinhard
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Krasimir,

I got the confirmation that with b1505 the Candiate is not avialble in OData. It will be release in upcomming releases.

Best regards

   Gerald

Former Member
0 Kudos

Thanks for the reply

Former Member
0 Kudos

Wonderful response it works for me!!!

Answers (1)

Answers (1)

lukemarson
Active Contributor
0 Kudos

Check the documentation on http://help.sap.com/hr_integration.

Former Member
0 Kudos

Which documents? Also if you can link to a specific web page or PDF which described I would be extremely grateful.

Thanks!

lukemarson
Active Contributor
0 Kudos

SFAPI guide.

Former Member
0 Kudos

Apologies, but I never managed to find how this should be done through OData API