Skip to main content
PUT
/
api
/
Candidates
/
download-resumes
/
{jobId}
/
{typeId}
Download Resumes.
curl --request PUT \
  --url https://api.example.com/api/Candidates/download-resumes/{jobId}/{typeId} \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

jobId
integer<int32>
required
typeId
integer<int32>
required

Body

application/json

Response

200

OK