# Customers Manage customer records. Create, update, and track customers who purchase goods or services from your organization, including contact information, billing addresses, and payment terms. ## List Customers - [GET /public/v1/customers/](https://docs.dualentry.com/resources/customers/core_api_public_customers_list_customers.md) ## Create Customer - [POST /public/v1/customers/](https://docs.dualentry.com/resources/customers/core_api_public_customers_create_customer.md) ## Get Customer - [GET /public/v1/customers/{customer_id}/](https://docs.dualentry.com/resources/customers/core_api_public_customers_get_customer.md) ## Update Customer - [PUT /public/v1/customers/{customer_id}/](https://docs.dualentry.com/resources/customers/core_api_public_customers_update_customer.md) ## Delete Customer - [DELETE /public/v1/customers/{customer_id}/](https://docs.dualentry.com/resources/customers/core_api_public_customers_delete_customer.md)