Click or drag to resize

BillingService.QueuePostedSalesInvoices Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public void QueuePostedSalesInvoices(
	string apiKey,
	DateTime periodStartDate,
	DateTime periodEndDate,
	string salesDimensionCode
)

Parameters

apiKey
Type: System.String
periodStartDate
Type: System.DateTime
periodEndDate
Type: System.DateTime
salesDimensionCode
Type: System.String
See Also