Click or drag to resize
Infosoft Logo

IComplaintServiceGetComplaintsByCustomer Method

Gets complaints for a customer.

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

Parameters

request  GetComplaintsForCustomerRequest
The request.

Return Value

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