Click or drag to resize
Infosoft Logo

IJointInvoiceDetailServiceGetJointInvoiceDetailByIdentifier Method

Gets a single JointInvoiceDetail by an identifier.

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

Parameters

request  GetJointInvoiceDetailWithCustomerRequest
A request object, containing a JointInvoiceDetail, on which the Identifier 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