---
title: "POST /jobs/quotes/{quoteId}/accept"
method: POST
path: "/jobs/quotes/{quoteId}/accept"
tags: ["Jobs - Quotes"]
---

# POST /jobs/quotes/{quoteId}/accept

`POST /jobs/quotes/{quoteId}/accept`

Accepts a quote.

## Path parameters

- `quoteId` string, required

## Request body

- object
  - `acceptedBy` string, required — The name or employee GUID of the person accepting the quote
  - `acceptedAt` string, date-time
  - `selectedSectionIds` integer[] — The IDs of the sections that the customer has accepted. Required if the quote has optional or multi-select sections.
  - `source` string — The source application that initiated the accept (e.g. 'c2-portal').

## Response `200`

Successful Response

- AcceptQuoteResponse
  - `result` string, required
  - `data` AcceptQuoteData, required
    - `depositPaymentUrl` string, nullable
    - `id` number, required
    - `versionNumber` number, required
    - `jobId` number, required
    - `guid` string, nullable, required

## Other responses

- `204` — Quote accepted successfully
- `4XX` — Client Request Errors
- `5XX` — Server Errors

---

[API](https://skmtc.dev/fergus/apis/fergus-api.md) · [All operations](https://skmtc.dev/fergus/apis/fergus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fergus/fergus-api/revisions/ae0b6a769e23/schema)
