Click or drag to resize
Infosoft Logo

ICustomerRelationServiceGetCustomerRelationsByCustomer Method

Gets all customer relations belonging to a single customer.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
CustomerRelationsResponse GetCustomerRelationsByCustomer(
	GetCustomerRelationsByCustomerRequest request
)

Parameters

request  GetCustomerRelationsByCustomerRequest
A request object that contains a customer number.

Return Value

CustomerRelationsResponse
A response object that contains a list of customer relations belonging to the customer.
See Also