Click or drag to resize
IAddressManagerRemoveCustomer Method

[This is preliminary documentation and is subject to change.]

Removes an installation address for a customer

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void RemoveCustomer(
	long addressId,
	long customerId
)

Parameters

addressId
Type: SystemInt64
The address id
customerId
Type: SystemInt64
The customer id
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if addressId or customerId is zero or less.
ObjectNotFoundExceptionThrown if the address or customer was not found.
CompanyMismatchExceptionCompany of address and customer does not match
ObjectDeletionNotAllowedExceptionSubscription exists preventing removal
See Also