Menu

Suppliers

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.

Endpoints

Create

Create a new supplier

POST /suppliers/{id}

Create Models

Create a new model belonging to this supplier.

POST /suppliers/{id}/models

Get

Get all suppliers available to the current authenticated user.

GET /suppliers

Get Suppliers By Id

Get a supplier by ID

GET /suppliers/{id}

Get Supplier Model

Get all models belonging to a supplier if the current authenticated user belongs to this supplier.

GET /suppliers/{id}/models

Delete Supplier By Id

Delete a supplier by ID. Only available for admins.

DELETE /suppliers/{id}/models
Menu