---
title: "Update Customer"
method: PUT
path: "/v3/api/Customer/{id}"
tags: ["Customer"]
---

# Update Customer

`PUT /v3/api/Customer/{id}`

## Path parameters

- `id` integer, required

## Request body

- PutCustomerDto
  - `FirstName` string, required
  - `LastName` string, nullable
  - `PhoneNumber` string, nullable
  - `Address` Address
    - `Country` string, nullable
    - `State` string, nullable
    - `AddressDetail` string, nullable
    - `PostalCode` string, nullable
    - `City` string, nullable
    - `CountryIsoCode` string, nullable
  - `DocumentType` string, nullable
  - `DocumentNumber` string, nullable

## Response `200`

Success

- PutCustomerDto
  - `FirstName` string, required
  - `LastName` string, nullable
  - `PhoneNumber` string, nullable
  - `Address` Address
    - `Country` string, nullable
    - `State` string, nullable
    - `AddressDetail` string, nullable
    - `PostalCode` string, nullable
    - `City` string, nullable
    - `CountryIsoCode` string, nullable
  - `DocumentType` string, nullable
  - `DocumentNumber` string, nullable

---

[API](https://skmtc.net/bamboopayment/apis/direct-purchase.md) · [All operations](https://skmtc.net/bamboopayment/apis/direct-purchase/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboopayment/direct-purchase/versions/10523581e6c2/schema)
