ICustomerManagerUpdateCustomerFromAddress Method |
[This is preliminary documentation and is subject to change.]
Updates a customer's address details based on an address
Namespace: Netadmin.Management.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid UpdateCustomerFromAddress(
long customerId,
long addressId,
bool updateBillingPart,
bool updateContactPart
)
Sub UpdateCustomerFromAddress (
customerId As Long,
addressId As Long,
updateBillingPart As Boolean,
updateContactPart As Boolean
)
Parameters
- customerId
- Type: SystemInt64
The id of the customer to update - addressId
- Type: SystemInt64
The id of the address to use - updateBillingPart
- Type: SystemBoolean
True if the customer's billing details should be updated - updateContactPart
- Type: SystemBoolean
True if the customer's contact details should be updated
RemarksWill log a warning if customer or address does not exist and then return with no further action
See Also