This command is used to perform reseller organization registration. Because the implementation calls organization registration command and user registration command, the parameters on request properties are prefixed with org_ and usr_ in order to separate the parameters. The non prefixed names of attributes are same as for commands OrgEntityAddCmd and UserRegistrationAddCmd.
Behavior
org_
to the
ResellerOrgEntityRegistrationAdd
, and the properties prefixed
with usr_
to the ResellerUserRegistrationAdd
. The
result is the creation of a new Reseller organization, and a user under that
organization.Exception Conditions
ResellerOrgEntityRegistrationAdd
cannot be resolved
(_ERR_CMD_CMD_NOT_FOUND).ResellerUserRegistrationAdd
cannot be resolved
(_ERR_CMD_CMD_NOT_FOUND).orgEntityId
from creating the OrgEntity is
null. (_ERR_MISSING_CMD_PARAMETER)userId
from creating the User is null.
(_ERR_MISSING_CMD_PARAMETER)
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
NAME
This the name of this interface. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME