Update candidate for case
Sets modifiable data for a candidate.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The identifier of a candidate.
The identifier of a case associated with the candidate.
Body
All fields in the request are optional, so only those that are passed in will be set or updated. Any fields left out of the request will keep their existing values.
Some fields are nullable, so passing in an empty string or null will update the field to be an empty string or null.
Some fields cannot be an empty string or null, in which case passing in such values will cause the call to fail.
After a candidate's first case begins processing, their personally indentifiable information (PII) will be locked, and only their phone can be updated. Their govtId can be set if it hasn't been already, but cannot be updated. Call Get candidate info for case [blocked] to check whether a candidate has their PII locked.
Cannot be changed once PII is locked. Value provided cannot already be associated with another candidate.
Cannot be changed once PII is locked.
"1987-01-30"
Cannot be changed once PII is locked. Only letters, numbers, hyphens (-), apostrophes ('), commas (,), periods (.), and underscores (_) are allowed.
Cannot be changed once PII is locked. Only letters, numbers, hyphens (-), apostrophes ('), commas (,), periods (.), and underscores (_) are allowed.
Cannot be changed once PII is locked. Only letters, numbers, hyphens (-), apostrophes ('), commas (,), periods (.), and underscores (_) are allowed.
^\+\d+$"+18005550164"
Cannot be changed once PII is locked, but can still be set if the current value is null.
Response
This response will be returned as long as at least one valid update is made. The invalid fields will simply be ignored.