Companies

Load all companies in the instance

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

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

Load a specific company in an instance

The API can be used to load one specific company according to its identifier in the given instance. In the received information you will find name, contact, etc.

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

Last updated

Was this helpful?