Description
This function will update an existing customer using the supplied fields and return the updated customer object.
Style
Document
Input (Literal)
The input of this method is the argument updateCustomer of type updateCustomer having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
customerDetails |
0..1 |
The customer details object with which to update the customer |
Output (Literal)
The output of this method is the argument updateCustomerResponse of type updateCustomerResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
customer |
0..1 |
The updated customer object |
Remarks
On an exception, the customer object is not updated and no customer object is returned.