Odpowiedzialni producenci

Pobierz odpowiedzialnego producenta według ID

Zwraca szczegółowe informacje o odpowiedzialnym producencie.

get/responsibleproducers/{id}

Path parameters

idinteger required
Example:123

ID odpowiedzialnego producenta.

Response

Sukces. Zwrócony odpowiedzialny producent.

citystring
country_codestring
emailstring
form_urlstring
idinteger
manufacturer_idinteger
namestring
phone_numberstring
postal_codestring
streetstring
trade_namestring

Example response

{
  "city": "Miasto",
  "country_code": "PL",
  "email": "email@example.com",
  "form_url": "https://example.com/contact",
  "id": 123,
  "manufacturer_id": 456,
  "name": "Pełna nazwa",
  "phone_number": "+48123456789",
  "postal_code": "00-000",
  "street": "Ulica 123",
  "trade_name": "Nazwa handlowa"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.