Click or drag to resize
Infosoft Logo

IComplaintServiceGetComplaintsForCustomerByCustomer Method

Gets the complaints for customer by customer.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Complaints
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetComplaintsByCustomerResponse GetComplaintsForCustomerByCustomer(
	GetComplaintsByCustomerRequest request
)

Parameters

request  GetComplaintsByCustomerRequest
The request.

Return Value

GetComplaintsByCustomerResponse
GetComplaintsByCustomerResponse object having list of complaints pertaining to given customer.
See Also