Click or drag to resize
Infosoft Logo

IJointInvoiceDetailServiceGetJointInvoiceDetailsByTitleCode Method

Gets all the available joint invoice details for the given title code..

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

Parameters

request  JointInvoiceDetailLookupRequest
The request, having the JointInvoiceDetail object on which the Title COde is set.

Return Value

JointInvoiceDetailLookupResponse
JointInvoiceDetailLookupResponse having the List of all matching JointInvoiceDetails.
See Also