|
ICustomerServiceGetCustomerById Method |
Gets a customer by an ID.
Namespace: Infosoft.Common.Contracts.ServiceContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request CustomerLookupRequest
-
A request object, containing a customer object, which must have its ID set.
Return Value
GetCustomerResponseA response object containing a customer object, which will be null if no customer matched.
See Also