Skip to content

Update a(n) Candidate Attachment record​

PUT
/candidatesV2/attachments

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"AttachmentId": 0,
"Type": "string",
"Name": "string",
"Description": "string",
"Date": "string",
"ProfileLink": "string",
"ProfileLinkEdit": "string",
"Hash": "string",
"Data": "string",
"Size": 0,
"TokenId": 0,
"CandidateId": 0
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​