Skip to content

Create Resume​

POST
/candidates/resumes

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​