|
IJointInvoiceDetailServiceGetJointInvoiceDetailById Method |
Gets a single JointInvoiceDetail by an ID.
Namespace: Infosoft.Common.Contracts.ServiceContracts.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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
GetJointInvoiceDetailResponseA response object, containing the matching JointInvoiceDetail, or null if nothing matched.
See Also