Change an Application's ApplicationStatus (by the Status Code).

POST {{baseUrl}}/applications/:id/changeapplicationstatusbycode

If configured correctly, the ApplicationStatusCode allows you to identify a common Application Status across recruitment processes. This allows external systems to move applications into a status without needing to know the exact status or recruitment process details. Allows the changing of an Application's ApplicationStatus (by the Status Code) and optionally a reason for that change. This endpoint supports/takes the following actions (where relevant). Reason for the status change * Create RecruitmentStep * Create ApplicationStatusHistory * Create ApplicationNote * Send ApplicationStatus Communication

Currently this endpoint does not support System Status functionality and will not do any additional processing with regards to workflows, integrations, etc; other than listed above. Required OAuth scopes for authentication: Public.Application.Write

Request Body

{"applicationStatusCode"=>"string", "statusChangeReasonId"=>0}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{}