CreateCustomerResult
From
(Difference between revisions)
Latest revision as of 03:56, 3 June 2005
[edit] Description
Indicates the success or failure to create a new customer record based on the customer data passed in.
[edit] Success Mode
A special field called primaryKeyUpdateIndex, which is a complex object of type PrimaryKeyUpdateIndex will be set and returned, populated with the new ESevice primary key, and update index of the customer record.
[edit] 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. |