Skip to main content
POST
/
api
/
Candidates
/
{candidateId}
/
outsourcing-wizard
Send Candidate to Outsourcing Wizard.
curl --request POST \
  --url https://api.example.com/api/Candidates/{candidateId}/outsourcing-wizard \
  --header 'Content-Type: application/json' \
  --data '
{
  "jobId": 123,
  "priority": "<string>",
  "cvTemplate": "<string>",
  "comments": "<string>"
}
'

Path Parameters

candidateId
integer<int32>
required

Body

application/json
jobId
integer<int32>
priority
string | null
cvTemplate
string | null
comments
string | null

Response

200

OK