Click or drag to resize

BillingServiceGetPostedSalesInvoices Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public List<SalesInvoiceConfirmationDto> GetPostedSalesInvoices(
	string apiKey
)

Parameters

apiKey
Type: SystemString

Return Value

Type: ListSalesInvoiceConfirmationDto
See Also