Osoby odpowiedzialne

Pobierz osobę odpowiedzialną według ID

Zwraca szczegółowe informacje o osobie odpowiedzialnej.

get/responsiblepersons/{id}

Path parameters

idinteger required
Example:123

ID osoby odpowiedzialnej.

Response

Sukces. Zwrócona osoba odpowiedzialna.

citystring
country_codestring
emailstring
form_urlstring
idinteger
namestring
own_namestring
phone_numberstring
postal_codestring
streetstring

Example response

{
  "city": "Miasto",
  "country_code": "PL",
  "email": "email@example.com",
  "form_url": "https://example.com/contact",
  "id": 123,
  "name": "Imię i nazwisko",
  "own_name": "Własna nazwa",
  "phone_number": "+48123456789",
  "postal_code": "00-000",
  "street": "Ulica 123"
}

Changes

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