Click or drag to resize
Infosoft Logo

IRetailerServiceGetRetailersByJointInvoicePayerIdentifier Method

Gets the retialers by the given jointInvoicePayer's identifier.

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

Parameters

request  RetailerLookupRequest
The request contains a Retailer object on which the Joint InvoicePayer identifier is set.

Return Value

RetailerLookupResponse
RetailerLookupResponse having the list of Matching retailers.
See Also