Klienci

Pobierz szczegóły klienta

Zwraca wybranego klienta

get/users/{user_id}

Path parameters

{"stackTrail":"paths:/users/{user_id}:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Identyfikator klienta

Response

Sukces

emailstring
idinteger
register_datestring

Example response

{
  "bill_address": {
    "city": "Jurkowo",
    "company_name": "Jurex z.o.o",
    "company_nip": "0",
    "country": {
      "code": "PL",
      "id": 170,
      "name": "Poland"
    },
    "description": "Pod mostem",
    "flat_number": "255",
    "home_number": "13",
    "name": "Jerzy",
    "phone": "123456789",
    "postcode": "12-345",
    "state": "Mazowieckie",
    "street": "Jurkowska",
    "surname": "Jurkowski"
  },
  "email": "bok@sellasist.pl",
  "id": 3,
  "shipment_address": {
    "city": "Jurkowo",
    "company_name": "Jurex z.o.o",
    "company_nip": "0",
    "country": {
      "code": "PL",
      "id": 170,
      "name": "Poland"
    },
    "description": "Pod mostem",
    "flat_number": "255",
    "home_number": "13",
    "name": "Jerzy",
    "phone": "123456789",
    "postcode": "12-345",
    "state": "Mazowieckie",
    "street": "Jurkowska",
    "surname": "Jurkowski"
  }
}

Changes

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