To create update or delete Suppliers you can use the endpoints below
The methods allowed per endpoint are specified in the documentation of the endpoint.
Create a new supplier
POST /suppliers/{id}
Create a new model belonging to this supplier.
POST /suppliers/{id}/models
Get all suppliers available to the current authenticated user.
GET /suppliers
Get a supplier by ID
GET /suppliers/{id}
Get all models belonging to a supplier if the current authenticated user belongs to this supplier.
GET /suppliers/{id}/models
Delete a supplier by ID. Only available for admins.
DELETE /suppliers/{id}/models