UpdateCustomerResult
From
(Difference between revisions)
Latest revision as of 00:28, 8 June 2005
[edit] Description
Returns the new update index of a successfully updated customer record, or a reason why the update did not succeed.
[edit] Success Mode
After the record has been successfully updated, the record's new update index is returned.
[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. |
ConcurrentUpdateFailure | The update index of the request did not match the update index stored on the server. |
CustomerNotFoundFailure | A customer with a primary key matching the reqested primary key was not found on the server. |
ValidationFailure | One or more fields contained invalid values. |