---
title: "PUT /api/Customer/update"
method: PUT
path: "/api/Customer/update"
tags: ["Customers"]
---

# PUT /api/Customer/update

`PUT /api/Customer/update`

## Request body

- CustomerUpdate
  - `vendor_Id` integer
  - `name` string, nullable
  - `ref_Number` string, nullable
  - `mobile` string, nullable
  - `email` string, nullable
  - `bank_Id` integer
  - `account_Holder_Name` string, nullable
  - `account_Number` string, nullable
  - `iban` string, nullable
  - `other` string, nullable
  - `id` integer

## Response `200`

Success

---

[API](https://skmtc.dev/sadadpay/apis/sadad-api.md) · [All operations](https://skmtc.dev/sadadpay/apis/sadad-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sadadpay/sadad-api/revisions/a4b585b2f583/schema)
