Click or drag to resize
Infosoft Logo

SubscriptionInvoiceServiceGetSubscriptionInvoices Method

Gets all invoices within a date range for a given customer and title.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public GetSubscriptionInvoicesResponse GetSubscriptionInvoices(
	GetSubscriptionInvoicesRequest request
)

Parameters

request  GetSubscriptionInvoicesRequest
The request containing a customer number, title code, start date and (optional) end date for which the invoices shall be retrieved.

Return Value

GetSubscriptionInvoicesResponse
A response object with the invoices and invoice transactions for the given customer.

Implements

ISubscriptionInvoiceServiceGetSubscriptionInvoices(GetSubscriptionInvoicesRequest)
See Also