Uses of Class
de.hybris.platform.ycommercewebservices.user.data.LoginChangeResponse
-
Packages that use LoginChangeResponse Package Description de.hybris.platform.ycommercewebservices.v1.controller -
-
Uses of LoginChangeResponse in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return LoginChangeResponse Modifier and Type Method Description LoginChangeResponseCustomersController. changeLogin(java.lang.String newLogin, java.lang.String password)Web service for changing customer login.
Sample call: https://localhost:9002/rest/v1/mysite/customers/current/login?newLogin=:newLogin&password=:password
Method requires customer authentication and is restricted toHTTPSchannel.
Method type :POST.
-