Click or drag to resize
ICustomerManagerDetails Method

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

Note: This API is now obsolete.

Retrieves details on a customer

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("This method is obsolete. Use standard DetailsAny for either ICustomerManager or IServiceProviderCustomerManager. This method will be removed")]
ICustomer Details(
	long customerId,
	long serviceProviderId = 0
)

Parameters

customerId
Type: SystemInt64
The customer id
serviceProviderId (Optional)
Type: SystemInt64
Optional service provider id. If set, will retrieve that serviceprovider's instance of the customer

Return Value

Type: ICustomer
Customer details
See Also