Skip to content

Update a(n) Candidate Field V2 record​

PUT
/candidatesV2/customfields/{id}

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"CandidateId": 0,
"FieldName": "string",
"Value": [...],
"Action": "string"
}

Responses​

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

Playground​

Authorization
Body

Samples​