---
title: "Adds files to the quote as added by PM."
method: PUT
path: "/v2/quotes/{quoteId}/files/add"
tags: ["Quotes (Smart)(v2)"]
---

# Adds files to the quote as added by PM.

`PUT /v2/quotes/{quoteId}/files/add`

Adds files to the quote as added by PM. The files have to be uploaded beforehand (see "POST v2/quotes/{quoteId}/files/upload" operation). The following properties can be specified for each file:<ul><li>category (required, 400 Bad Request is returned otherwise)</li><li>languageIds – when the file category depends on a list of languages</li><li>languageCombinationIds – when the file category depends on a list of language combinations</li></ul>

## Path parameters

- `quoteId` string, required

## Request body

- TimeDTO
  - `value` integer

## 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.dev/xtrf/apis/xtrf-home-portal-api/revisions/75f80d76937f?raw)
