Reference > Shop flow URLs > Member subsystem URLs > Resellers


ResellerRegistrationAdd URL

This URL is used in business indirect scenarios.

This URL is used in business indirect scenarios. It registers a new organization and creates a new user whose parent is the newly created organization. The new reseller organization and reseller administrator are placed in pending approval state. After the Site Administrator has approved the organization and user, then the user can log onto the associated organization.

The ResellerRegistrationAdd URL is a wrapper URL for the OrgEntityAdd and UserRegistrationAdd URLs. Specifically, this URL first calls the OrgEntityAdd URL and then the UserRegistrationAdd URL. Except for a few parameters, this URL accepts all the parameters of the UserRegistrationAdd URL with "usr_" added as a prefix to each parameter. Likewise, except for a few cases, this URL accepts all the parameters of the OrgEntityAdd URL with "org_" added as a prefix to each parameter. The following are the exceptions:

After the reseller is registered, the reseller cannot log on until the Site Administrator provides approval. Information for new users are stored in the ADDRESS, BUSPROF, MBRREL, MEMBER, ORGENTITY, USERDEMO, USERPROF, USERREG, and USERS database tables.

Use this URL with SSL (Secure Sockets Layer) to ensure that the user's information is encrypted.

To do so type the URL with the HTTPS secure protocol.


URL structure

http:// host_name/path/

The fully qualified name of the WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: The URL starts with the fully qualified name of the WebSphere Commerce Server and the configuration path, followed by the URL name, ResellerRegistrationAdd , and the ? character. End the URL with a list of parameters in the form of name-value pairs. Separate each <a href=name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />


Parameter values

Since this URL first calls the OrgEntityAdd URL, refer to the Parameter values section for OrgEntityAdd URL. Next, refer to the Parameter values section of the UserRegistrationAdd URL. Also note the information mentioned above about "usr_" and "org_" added as a prefix to each parameter and the exceptions for the parameters.


Example

The following example creates a registration record for the reseller ABC:

https://myhostname/webapp/wcs/stores/servlet/ResellerRegistrationAdd?
storeId=10001&URL=ResellerRegistrationApprovalView&org_orgEntityName=ABC
&usr_logonId=myUserLogonId&usr_logonPassword=myUser1Password
&usr_logonPasswordVerify=myUser1Password


Behavior


Exception conditions


+

Search Tips   |   Advanced Search