GetUserProfileList

Pobieranie listy profili użytkowników. Listę można skrócić wykorzystująć parametry _offset i _limit.

  • 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. sf_guard_user_id (integer)
  4. Identyfikator profilu użytkownika .

  5. _offset (integer)
  6. Określa przesunięcie wyników o określony offset.

  7. _limit (integer)
  8. Określa liczbę wyników w zapytaniu.

  9. _modified_from (dateTime)
  10. Określa datę modyfikacji, od której będą wyświetlane wyniki. Czas w postaci unixtime.

  11. _modified_to (dateTime)
  12. Określa datę modyfikacji, do której będą wyświetlane wyniki. Czas w postaci unixtime.

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)