Click or drag to resize
Infosoft Logo

ICustomerUserMappingServiceGetCustomerForUser Method

Gets the unique numbers of the customer that's mapped to the user with the given ID.

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

Parameters

request  GetCustomerForUserRequest
A request object that contains a user ID.

Return Value

GetCustomerForUserResponse
A response object that contains a customer number, or null if nothing matched.
See Also