v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
y) Supplier Management

Get a supplier by ID

Retrieves a supplier by its ID.

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

Path parameters

tenantIdinteger required
supplierIdinteger required

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"
}