---
title: "Update customer"
method: PATCH
path: "/api/v1/customers/1"
tags: ["Customers"]
---

# Update customer

`PATCH /api/v1/customers/1`

Update customer

## Request body

- object
  - `data` object
    - `attributes` object
      - `account_ref` string
      - `company_name` string
      - `first_name` string
      - `last_name` string
      - `vat_no` string
    - `id` string
    - `type` string

## Response `200`

---

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