Method | Endpoint | Description |
---|---|---|
POST | Create Client | Create a client (customer) |
GET | Get One Client | Retrieve a specific client |
GET | Get Clients | List all clients |
PATCH | Update Client | Update an existing client |
Method | Endpoint | Description |
---|---|---|
POST | Create Supplier | Create a supplier |
GET | Get One Supplier | Retrieve a specific supplier |
GET | Get Suppliers | List all suppliers |
PATCH | Update Supplier | Update an existing supplier |
Method | Endpoint | Description |
---|---|---|
GET | Get Employees | List all employees |