v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
y) Supplier Management

Search for suppliers

Returns suppliers registered under the tenant, optionally filtered by mode.

get/eclipse-conductor/rest/v1/tenants/{tenantId}/suppliers

Path parameters

tenantIdinteger required

Query parameters

limitinteger
modestring
offsetinteger

Response

OK

createdstring date-time

ISO 8601 date/time of when the record was created

emailstring

Email address of the supplier

lastModifiedstring date-time

ISO 8601 date/time of when the record was last modified

modestring
namestring required

Name of the supplier

phone1string

Primary phone number of the supplier

statusstring

Status of the supplier, such as active or inactive

supplierContactNamestring
supplierIdinteger

Unique system-generated identifier for the supplier

tenantIdinteger
versioninteger required

A number indicating the version of the record. Updates will only be accepted if the passed in version is the same as the current version on record. This is in order to prevent concurrent modifications by multiple users.

Example response

[
  {
    "created": "2022-03-10T12:15:50-04:00",
    "lastModified": "2022-03-10T12:15:50-04:00"
  }
]