CreateUserResult
From EconzExternal
Description
Returns the success or failure to create a new user on EService.
Success Mode
The field primaryKeyUpdateIndex is populated with a PrimaryKeyUpdateIndex object, containing the primary key and update index of the newly created customer record on EService.
Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
| Type | Description |
|---|---|
| AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
| ValidationFailure | One or more fields contained invalid values. |
