|
InfoWebXMLWebServiceUpdateCustomerAddress Method |
Update customers address. The customer must be a prospect or passive without a future start.
Only supported for the .NET datamodel. Directly against the database (no temporary information)
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- customerNumber Int32
- The customernumber
- titleCode String
- The code for the subscription title
- address InfoWebAddress
- The address
- signature String
- The signature to use in the address source
Return Value
InfoWebCustomerInfoA InfoWebCustomerInfo object with status code 00 if address was saved successfully. For other possible status codes, look under
Remarks.
Remarks See Also