Applicants: restore

Restore an applicant by Applicant Id.

Request - POST https://api-uat.vtopenview.com/applicants/{applicantid}/restore

DO NOT supply a request body with this method.
You will need to supply the Applicant Id on your request parameters with this method. You can get your Applicant Id from the return of the Applicants List.
You will need to include your access token upon making a request. For more information, see the authentication and authorization page.

Example request with authorization:

curl -- GET Base URI: https://api-uat.vtopenview.com/applicants/{applicantid}/restore
--header "Authorization: Bearer MTQ0NjJkZmQ5OTM2NDE1ghNNBiuyUYUN"

Response

If successful, this method returns a response 204 No Content:

Example response:

HTTPS 204 No Content

If applicant is not found within your company, this method returns a response 404 Not Found:

Example response:

HTTPS 404 Not Found