---
title: "Add Attachments"
method: POST
path: "/customers/{customer_uid}/attachments"
---

# Add Attachments

`POST /customers/{customer_uid}/attachments`

## Path parameters

- `customer_uid` string, required

## Request body

- object
  - `attachments` object[] — Array of files
    - `file_name` string, required
    - `url` string, required
    - `file_size` integer
    - `visible_to_customer` boolean
  - `attachment` object — Single file
    - `file_name` string, required
    - `url` string, required
    - `file_size` integer
    - `visible_to_customer` boolean

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `title` string
  - `data` object
    - `customer_uid` string
    - `attachment_uids` string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
