API · Customers
Used by the Customers list and forms in the UI.
- GET
/customers
— List customers - POST
/customers
— Create customer - GET
/customers/:id
— Get customer - PUT
/customers/:id
— Update customer - DELETE
/customers/:id
— Delete customer
Used by the Customers list and forms in the UI.
/customers
— List customers/customers
— Create customer/customers/:id
— Get customer/customers/:id
— Update customer/customers/:id
— Delete customer