 | BillingServiceConfirmPostedSalesInvoicesQueue Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void ConfirmPostedSalesInvoicesQueue(
string apiKey,
string invoiceId
)
<WebMethodAttribute>
Public Sub ConfirmPostedSalesInvoicesQueue (
apiKey As String,
invoiceId As String
)
public:
[WebMethodAttribute]
void ConfirmPostedSalesInvoicesQueue(
String^ apiKey,
String^ invoiceId
)
[<WebMethodAttribute>]
member ConfirmPostedSalesInvoicesQueue :
apiKey : string *
invoiceId : string -> unit
Parameters
- apiKey
- Type: SystemString
- invoiceId
- Type: SystemString
See Also