Suppliers

Load all suppliers in the instance

All suppliers in a particular instance can be loaded using the API. In the received information you will find their name, contact, description, etc.

Endpoint [GET] /System/Suppliers on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load a specific supplier in an instance

Using the API, one specific supplier can be retrieved according to its identifier in a given instance. In the received information you will find its name, contact, description, etc.

Endpoint [GET] /System/Suppliers/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Last updated