For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sourcing | Suppliers

Retrieve a list of suppliers of the requesting user's organization

get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Query parameters
sortBystring · enumOptionalPossible values:
sortOrderstring · enumOptional

Order in which the result of a list request is sorted.

Possible values:
offsetinteger · int32OptionalDefault: 0
limitinteger · int32OptionalDefault: 100
Responses
200

OK: List of suppliers.

application/json
totalinteger · int32Required
get/v1/sourcing/suppliers

Retrieve a single supplier by its id.

get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
supplierIdinteger · int64Required

The identifier of the supplier.

Responses
200

OK: The requested supplier.

application/json
contactNamestring · nullableOptional

The name of the contact person at the supplier.

Example: John Doe
contactEmailstring · nullableOptional

The email address of the contact person at the supplier.

Example: contact@foo.inc
contactPhonestring · nullableOptional

The phone number of the contact person at the supplier.

Example: +49 555 6273
customerNumberstring · nullableOptional

Own customer number at the supplier.

Example: C00001
notestring · nullableOptional

A note for the supplier.

Example: Preferred supplier for IT hardware. Long-term partner since 2018.
websitestring · nullableOptional

The website of the supplier.

Example: https://foo.inc
idinteger · int64Required

The identifier of the supplier.

Example: 4
namestring · nullableOptional

The name of the supplier.

Example: foo Inc.
get/v1/sourcing/suppliers/{supplierId}

Last updated

Was this helpful?