GetUserProfile

Pobieranie profilu użytkownika od podanym identyfikatorze.

  • Typ danych wejściowych => object
  • Typ danych wyjściowych => object

Parametry wejściowe

  1. _session_hash (string)
  2. Wymagany. Identyfikator sesji (otrzymany podczas logowania - doLogin)

  3. id (integer)
  4. Wymagany. Identyfikator profilu użytkownika.

Dane wyjściowe

  1. created_at (dateTime)
  2. Data utworzenia wpisu.

  3. updated_at (dateTime)
  4. Data ostatniej modyfikacji wpisu.

  5. id (integer)
  6. Identyfikator profilu użytkownika.

  7. sf_guard_user_id (integer)
  8. Identyfikator użytkownika.

  9. countries_id (integer)
  10. Identyfikator kraju.

  11. is_billing (boolean)
  12. Informacja określająca czy profil zawiera dane billingowe czy dostawy.

  13. is_default (boolean)
  14. Informacja określająca czy profil użytkownika jest domyślny.

  15. full_name (string)
  16. Imię i nazwisko.

  17. address (string)
  18. Adres.

  19. address_more (string)
  20. Ciąg dalszy adresu.

  21. code (string)
  22. Kod pocztowy.

  23. town (string)
  24. Miasto.

  25. phone (string)
  26. Numer telefonu.

  27. company (string)
  28. Nazwa firmy.

  29. vat_number (string)
  30. Numer NIP.

  31. name (string)
  32. Imię. (Przestarzałe / kompatybilność wsteczna)

  33. surname (string)
  34. Nazwisko. (Przestarzałe / kompatybilność wsteczna)

  35. street (string)
  36. Ulica. (Przestarzałe / kompatybilność wsteczna)

  37. house (string)
  38. Numer domu. (Przestarzałe / kompatybilność wsteczna)

  39. flat (string)
  40. Numer lokalu. (Przestarzałe / kompatybilność wsteczna)