Skip to content

PUT /candidates/resumes/{id}​

PUT
/candidates/resumes/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"ResumeId": 0,
"CandidateId": 0,
"ResumeType": "string",
"ResumeExists": true,
"LastModified": "string",
"FileName": "string",
"Description": "string",
"Data": "string",
"ImageData": [...],
"ResumeFormat": "string",
"StoredResumeFormat": "string",
"EditURL": "string"
}

Responses​

application/json
JSON
{
"Result": "string",
"ResumeId": 0,
"DuplicateId": "string"
}

Playground​

Authorization
Body

Samples​