# Customers

Operations related to customers

## List customers

 - [GET /accounts/{accountId}/customers](https://developers.propetware.com/apis/openapi-v1/customers/listcustomers.md): Retrieve a list of customers for an account

## Create customer

 - [POST /accounts/{accountId}/customers](https://developers.propetware.com/apis/openapi-v1/customers/createcustomer.md): Create a new customer

## Get customer details

 - [GET /accounts/{accountId}/customers/{customerId}](https://developers.propetware.com/apis/openapi-v1/customers/getcustomer.md): Retrieve details of a specific customer

## Update customer

 - [PATCH /accounts/{accountId}/customers/{customerId}](https://developers.propetware.com/apis/openapi-v1/customers/updatecustomer.md): Update a customer

