Click or drag to resize
Infosoft Logo

ICustomerServiceGetCustomerById Method

Gets a customer by an ID.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetCustomerResponse GetCustomerById(
	CustomerLookupRequest request
)

Parameters

request  CustomerLookupRequest
A request object, containing a customer object, which must have its ID set.

Return Value

GetCustomerResponse
A response object containing a customer object, which will be null if no customer matched.
See Also