---
title: "Upload an appendix for a quote"
method: POST
path: "/api/external/v2/quotes/{quote_id}/appendices"
tags: ["Quotes"]
---

# Upload an appendix for a quote

`POST /api/external/v2/quotes/{quote_id}/appendices`

Upload a file that will be an appendix attached to a quote.

Note that this will not upload a file into the DMS (GED).


> ℹ️
> This endpoint requires the following scope: `quotes:all`

## Path parameters

- `quote_id` integer, required

## Response `201`

Returns the created appendix

- object
  - `id` integer, required
  - `url` string, required — URL to the uploaded file.
  - `filename` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found
- `422` — Unprocessable content

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
