Customers
Last Updated: October 15, 2021
Customers documentation for the developers.
You can see the Sales Orders, Invoices and Payments for a given customer

MYSQL Tables
customers
Laravel
End Point | Method | Function | Description |
/api/customers | GET | all() | Get all customers |
/api/customers | POST | create() | Create new customer |
/api/customers/{id} | GET | get() | Select customer for a given id |
/api/customers/{id} | POST | update() | Update cutomer |
/api/customers/{id} | DELETE | delete() | Delete customer record |