Skip to main content
POST
Advance an application to its next step

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Path Parameters

applicationid
integer
required

Application ID

Body

application/json
expected_current_step_id
integer
required

The step the caller believes is current. A mismatch answers 409.

target_step_id
integer

Explicit step to move to. Omit to use the deduced next step.

organisation_id
integer

Optional organisation the read is narrowed to.

Response

Application moved

_status
enum<string>
Available options:
OK,
INVALID
application_id
integer

ID of the application moved.

step_id
integer

ID of the step the application is now on.

step_name
string

Name of that step.

rank
integer

Rank of that step.