CreateAccountActivationUrl
Creates an account activation URL for the specified customer.
Input
| Name | Type | Description |
| CustomerId | String | The id of the customer. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| AccountActivationUrl | String | The URL the customer needs to access to activate his account. |