Main Web API Documentation Information
Actual Page/Function Name:
updateWebCustomerPassword
Human Readable Name or Caption:
Update Web Customer Password
Page/Function Description:
This method will update a customer password in the database. Somewhat limited as far as fields and options. See the main updateCustomer method for more options.
Page/Function Output Type:
API - JSON or WDDX
Categories:
eComm,customer
Extra Page/Function Notes:


Parameters
Scope Name Type Default Description Required Alternates Known Values
Arguments CORP_ID Numeric 0 Pass in the corp id number. This is your corporation ID or your business world number. This is required and will be validated. The default is 0, but will be checked for a real number. Yes
Arguments CUSTOMER_ID Numeric 0 Pass in the customer id number. This is the primary key from the main customer record. Yes
Arguments CUSTOMER_TAX_ID String Pass in the customer tax id number. This field may be used for multiple different things inside the system. We allow you to name it, and you can use if for whatever value you want. Some examples are membership or card numbers or other important numbers. Yes


Results
RET_STATUS RET_MAIN_MESSAGE RET_SECOND_MESSAGE Redirect Link Description


Samples
Caption Text
JSON
{"API_CALL_FUNCTION_NAME":"updateWebCustomerPassword","CORP_ID":53,"CUSTOMER_ID":23169,"CUSTOMER_TAX_ID":"password","API_CORP_KEY_ID":"0053","API_USER_NAME":"demo","API_USER_PASSWORD":"1234","API_CURRENT_PAYEE_ID":"3","API_INPUT_OUTPUT_TYPE":"JSON","API_URL_ENCODING":"AUTO"}