Uses of Class
de.hybris.platform.commercewebservicescommons.errors.exceptions.RequestParameterException
Packages that use RequestParameterException
-
Uses of RequestParameterException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw RequestParameterExceptionModifier 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.ProductsController.expressUpdate(String timestamp, String catalog) Web service handler for product express update.PromotionsController.getPromotions(String type, String promotionGroup) StoreFinderController.locationSearch(String query, Double latitude, Double longitude, int currentPage, int pageSize, String sort, String options, double radius, double accuracy) voidCustomersController.registerUser(String login, String password, String titleCode, String firstName, String lastName) Client should pass customer's data as POST Body.voidCustomersController.updatePaymentInfo(String paymentInfoId, javax.servlet.http.HttpServletRequest request) Web service for modifying existing payment info.
Sample call: https://localhost:9002/rest/v1/mysite/paymentinfos/123
Method requires authentication and is restricted toHTTPSchannel.
Method type :PUT.voidCustomersController.updatePaymentInfoAddress(String paymentInfoId, javax.servlet.http.HttpServletRequest request) Web service for modifying billing address data for the specific payment info.
Sample call: https://localhost:9002/rest/v1/mysite/paymentinfos/123/address
Method requires authentication and is restricted toHTTPSchannel.
Method type :POST.ProductsController.validateAndSplitCatalog(String catalog) protected voidPromotionsController.validateTypeParameter(String type)