v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Applications

Mark an application as hire

Mark an application as hired and close out the matching opening on the job. Pass opening_id to identify which opening on the job the candidate fills (required when the job has more than one open opening); start_date records the candidate's start date; close_reason_id is the reason the opening is being closed (typically the Hire close reason). The application's status transitions to hired.

post/v3/applications/{id}/hire

Path parameters

idinteger required

Request body

start_datestring date-time
opening_idinteger
close_reason_idinteger nullable

Response

Successful (No Content)