public interface CSRCustomerEnableAccountCmd extends ToolsControllerCommand
Enables a customer's account by calling UserRegistrationAdminUpdateCmd.
URL calling syntax:
Parameters:
<?xml version="1.0" encoding "UTF-8"> <profileInfo> <logonId>Smith</logonId> </profileInfo> <customerId>7777</customerId> <locale>en_US</locale> <account>ABC</account> <cmdStatus>1</cmdStatus> </xml>
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
copyright notice
|
static java.lang.String | defaultCommandClassName
name of the default implementation of this command
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName