Skip to content

Update a(n) Rollup Candidate V2 record​

PUT
/CandidatesV2/RollupLists

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"CandidateId": 0,
"Code": "string",
"Stage": "string",
"Rank": 0,
"Comments": "string",
"DateEntered": "string",
"LastModified": "string",
"DateRead": "string",
"SortDistance": 0
}

Responses​

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

Playground​

Authorization
Body

Samples​