---
title: "Creates a new Smart Quote."
method: POST
path: "/v2/quotes"
tags: ["Quotes (Smart)(v2)"]
---

# Creates a new Smart Quote.

`POST /v2/quotes`

Creates a new Smart Quote. If the specified service ID refers to Classic Quote, 400 Bad Request is returned instead.

## Request body

- QuoteCreateDTO
  - `name` string
  - `clientId` integer
  - `serviceId` integer
  - `opportunityOfferId` integer

## Response `201`

Success

---

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