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>"
}
'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>"
}
'Was this page helpful?