  | 
ICustomerUserMappingServiceGetCustomerForUser Method | 
            Gets the unique numbers of the customer that's mapped to the user with the given ID.
            
Namespace: Infosoft.Common.Contracts.ServiceContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
SyntaxNo code example is currently available or this language may not be supported.
Parameters
- request  GetCustomerForUserRequest
 - A request object that contains a user ID.
 
Return Value
GetCustomerForUserResponseA response object that contains a customer number, or null if nothing matched.
See Also