---
title: "offerProcess.start"
method: POST
path: "/offerProcess.start"
tags: ["Offer Process"]
---

# offerProcess.start

`POST /offerProcess.start`

Starts an offer process for a candidate.

**Requires the [`offersWrite`](authentication#permissions-offerprocessstart) permission.**

## Request body

- OfferProcessStartRequest
  - `applicationId` string, uuid, required — The id of the application to start an offer process for

## Response `200`

Responses from the offerProcess.start endpoint

- union
  - OfferProcessStartSuccessResponse
    - `success` true, required
    - `results` OfferProcess, required
      - `id` string, uuid, required — The id of the started offer process
      - `applicationId` string, uuid, required — The id of the application the offer process was started for
      - `status` 'WaitingOnOfferCreation' | 'WaitingOnApprovalStart' | 'WaitingOnOfferApproval' | 'WaitingOnApprovalDefinition' | 'WaitingOnCandidateResponse' | 'CandidateRejected' | 'CandidateAccepted' | 'OfferCancelled', required — The status of the offer process
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
