  | 
ICommissionCodeServiceGetCommissionCodesByCodeAndTitle Method | 
            Gets a list of commission codes, filtered by the code field and the title code field.
            
Namespace: Infosoft.Common.Contracts.ServiceContracts.RetailAssembly: 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  CommissionCodeLookupRequest
 - 
            A request object, containing a commission code object, on which at least the code and the title code must be set.
            
 
Return Value
GetCommissionCodesResponseA response object, containing a list of commission codes, which may be empty.
See Also