Uses of Class
de.hybris.platform.ycommercewebservices.user.data.LoginChangeResponse
Packages that use LoginChangeResponse
-
Uses of LoginChangeResponse in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return LoginChangeResponseModifier and TypeMethodDescriptionCustomersController.changeLogin(String newLogin, 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.