Click or drag to resize
Infosoft Logo

IRetailerInvoiceServiceGetAllRetailerInvoiceLines Method

Gets all instances of the RetailerInvoiceLine entity, i.e. lines for invoices that haven't been printed/dispatched yet.

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

Parameters

request  GetRetailerInvoiceLinesRequest
An empty request object.

Return Value

GetRetailerInvoiceLinesResponse
A response object containing all the RetailerInvoiceLine objects in the database.
See Also