---
title: "Changes quote status if possible (400 Bad Request is returned otherwise)."
method: PUT
path: "/v2/quotes/{quoteId}/status"
tags: ["Quotes (Smart)(v2)"]
---

# Changes quote status if possible (400 Bad Request is returned otherwise).

`PUT /v2/quotes/{quoteId}/status`

Changes quote status if possible (400 Bad Request is returned otherwise). The status has to be specified using one of the following keys: <ul><li>PENDING – available when the job has one of the following statuses: REQUESTED, REJECTED</li><li>SENT – available when the job has one of the following statuses: PENDING</li><li>APPROVED – available when the job has one of the following statuses: REQUESTED, PENDING, SENT, APPROVED_BY_CLIENT</li><li>REJECTED – available when the job has one of the following statuses: REQUESTED, PENDING, SENT</li></ul>

## Path parameters

- `quoteId` string, required

## Request body

- ProjectStatusDTO
  - `status` string

## Response `204`

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/d08bb98d8164/schema)
