v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Offer Process

offerProcess.start

Starts an offer process for a candidate.

Requires the offersWrite permission.

post/offerProcess.start

Request body

applicationIdstring uuid required

The id of the application to start an offer process for

Example request

{
  "applicationId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the offerProcess.start endpoint

OR

Example response

{
  "success": true,
  "results": {
    "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
    "applicationId": "7211e226-7802-41fd-8d55-2720fe9d534f",
    "status": "WaitingOnOfferCreation"
  }
}