Click or drag to resize
Infosoft Logo

IJointInvoiceDetailServiceGetJointInvoiceDetailById Method

Gets a single JointInvoiceDetail by an ID.

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

Parameters

request  GetJointInvoiceDetailWithCustomerRequest
A request object, containing a JointInvoiceDetail, on which the JointInvoiceDetail_Id must be set. In addition, the request object allows setting a parameter that determines whether address/customer data should be included.

Return Value

GetJointInvoiceDetailResponse
A response object, containing the matching JointInvoiceDetail, or null if nothing matched.
See Also