Skip to main content

Job Applications

SAP job applications are created by making an upsert request to the SAP OData API. It should be clearly defined whether files or answers are mandatory to create a job application. This configuration must be reflected on the nurturing configuration during Convert's setup.
​
Example request to the SAP OData API:

curl -X POST .../odata/v2/JobApplication \
-H 'Authorization: Bearer AccessToken' \
-d '{
"candidateId": "<candidateId>"
"jobReqId": "<jobId>"
... (file data),
... (questions data)
}'

Did this answer your question?