UpdateUserProfile

Updating a user profile with the given identifier.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. id (integer)
  4. Required. Identifier.

  5. sf_guard_user_id (integer)
  6. User identifier.

  7. countries_id (integer)
  8. Country identifier.

  9. is_billing (boolean)
  10. Information specifying whether the profile contains billing or delivery data.

  11. is_default (boolean)
  12. Information specifying whether the user profile is default.

  13. full_name (string)
  14. First and last name.

  15. address (string)
  16. Address.

  17. address_more (string)
  18. Continuation of the address.

  19. code (string)
  20. Postal code.

  21. town (string)
  22. City.

  23. phone (string)
  24. Phone number.

  25. company (string)
  26. Company name.

  27. vat_number (string)
  28. VAT number.

  29. name (string)
  30. Name. (Obsolete / backward compatibility)

  31. surname (string)
  32. Surname. (Obsolete / backward compatibility)

  33. street (string)
  34. Street. (Deprecated / backward compatibility)

  35. house (string)
  36. House number. (Deprecated / backward compatibility)

  37. flat (string)
  38. Flat number. (Deprecated / backward compatibility)

Output data

  1. _update (boolean)
  2. Update status.