  | 
ICommissionCodeServiceGetCommissionCodesByTitle Method | 
            Gets a list of commission codes by a given title code.
            
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  GetCommissionCodesByTitleRequest
 - A request object, containing a title object, which must have either the Title_Id field or the Code field set.
 
Return Value
GetCommissionCodesByTitleResponseA response object, containing a list of matched commission code objects.
Remarks
            If the Title_Id field is set on the title object in the request, this method will search by title ID. If it isn't, it will search
            by the code field.
            
See Also