put

Endpoint for updating a processed application. This endpoint allows users to modify the properties of a specific candidate's application for a specific job.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The application form ID corresponding to a job application in the Apploi platform. The application form ID is a unique identifier for the job application in the Apploi platform. The application form ID can be found in the 'id' field of the each of the items in the response body of a call to the /applicants endpoint in the Apploi Partner API.

Examples: 265733753, 265733754, etc.

Body Params

Pass in a JSON body with application details in this format:

    {
      "notes": "Applicant has strong experience in healthcare."
    }
    
string
required

The text content of the note to be added to the job application. This field is required when adding a note.

Example: "Applicant has strong experience in healthcare."

Headers
string
Responses

403

Invalid Token

404

Not Found

405

405 response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json