Click or drag to resize
Infosoft Logo

ICommissionCodeServiceGetCommissionCodesByTitle Method

Gets a list of commission codes by a given title code.

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

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

GetCommissionCodesByTitleResponse
A 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