# Customers Retrieve and manage customer records for a given company. Useful for syncing customer information across systems. ## Create customer(s) - [POST /customers](https://developers.myautoleap.com/openapi/customers/paths/~1customers/post.md): Creates one or more customers in the specified company. Supports bulk creation. Notes: - Create/Update APIs are in beta and may still evolve. ## Get customers - [GET /customers](https://developers.myautoleap.com/openapi/customers/paths/~1customers/get.md): Retrieves a paginated list of the customers for the specified locations and other matching parameters. ## Update customers - [PUT /customers](https://developers.myautoleap.com/openapi/customers/paths/~1customers/put.md): Updates one or more existing customers (bulk supported) for the specified company. Only the fields specified in the request body will be updated ## Archive Customer(s) - [PATCH /customers](https://developers.myautoleap.com/openapi/customers/paths/~1customers/patch.md): Archive (inativate) customers in bulk by providing a list of customerIds agsint the specified company ## Get single customer details - [GET /customers/{customerId}](https://developers.myautoleap.com/openapi/customers/paths/~1customers~1%7Bcustomerid%7D/get.md)