UpdateUserProfile

Aktualizowanie profilu użytkownika o 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.

  5. sf_guard_user_id (integer)
  6. Identyfikator użytkownika.

  7. countries_id (integer)
  8. Identyfikator kraju.

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

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

  13. full_name (string)
  14. Imię i nazwisko.

  15. address (string)
  16. Adres.

  17. address_more (string)
  18. Ciąg dalszy adresu.

  19. code (string)
  20. Kod pocztowy.

  21. town (string)
  22. Miasto.

  23. phone (string)
  24. Numer telefonu.

  25. company (string)
  26. Nazwa firmy.

  27. vat_number (string)
  28. Numer NIP.

  29. name (string)
  30. Imię. (Przestarzałe / kompatybilność wsteczna)

  31. surname (string)
  32. Nazwisko. (Przestarzałe / kompatybilność wsteczna)

  33. street (string)
  34. Ulica. (Przestarzałe / kompatybilność wsteczna)

  35. house (string)
  36. Numer domu. (Przestarzałe / kompatybilność wsteczna)

  37. flat (string)
  38. Numer lokalu. (Przestarzałe / kompatybilność wsteczna)

Dane wyjściowe

  1. _update (boolean)
  2. Status aktualizacji.