curl --request PUT \
--url https://api.example.com/api/Candidates/download-resumes/{jobId}/{typeId} \
--header 'Content-Type: application/json' \
--data '[
123
]'Logs a request to produce a ZIP file of Resumes + Coverletters (If available).
curl --request PUT \
--url https://api.example.com/api/Candidates/download-resumes/{jobId}/{typeId} \
--header 'Content-Type: application/json' \
--data '[
123
]'Was this page helpful?