---
title: "Update customer"
method: PUT
path: "/customers/{customerId}/subscriptions/{subscriptionId}/update-customer"
tags: ["Customers"]
---

# Update customer

`PUT /customers/{customerId}/subscriptions/{subscriptionId}/update-customer`

Update the customer information

## Path parameters

- `customerId` string, required
- `subscriptionId` string, required

## Request body

- object
  - `phone` string
  - `firstName` string
  - `lastName` string

## Response `200`

Customer updated

## Other responses

- `400` — Validation error

---

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