Change an Application's ApplicationStatus (by the Status ID).
POST {{baseUrl}}/applications/:id/changeapplicationstatus
Allows the changing of an Application's ApplicationStatus (by the Status ID) 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
{"applicationStatusId"=>0, "statusChangeReasonId"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{}