Customers
The following methods for a customer resource are currently available through the Basecone API:
| Resource | Description |
|---|---|
| Customer collection | This will return a list of customer as a collection. |
| Customer details | This will return a specific customer. |
| Create customer | Creates a new customer in your company. |
| Update customer | Updates a customer in your company. |
| Delete customer | This deletes a specific customer by an informed Id |
| Bulk delete customers | This deletes a collection of customers by an informed Id collection |
| Delete customer by its external Id | This deletes a specific customer by an informed external Id |
| Bulk delete customers by its external Id | This deletes a collection of customers by an informed external Id collection |
