---
title: "Update customer information"
method: POST
path: "/customers/update/{customerId}"
tags: ["Customers"]
---

# Update customer information

`POST /customers/update/{customerId}`

## Path parameters

- `customerId` integer, required

## Query parameters

- `firstName` string, required
- `lastName` string, required
- `street` string, required
- `city` string, required
- `state` string, required
- `zipCode` string, required
- `phoneNumber` string, required
- `ssn` string, required
- `username` string, required
- `password` string, required

## Response `200`

successful operation

- string

## Changes

- **2019-04-02** `3e2db23e8917` — 1 info
  - endpoint added
- **2018-09-18** `d704aa9b1765` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/parasoft/apis/the-parabank-services-proxy-rest-api/changes/customers/update/:customerId/post.md)

---

[API](https://skmtc.dev/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.dev/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/revisions/dde8a8455a0b/schema)
