Post(CashSale=Boolean,BankThrough=Boolean,BankAccountCode=String)
The Post Web Service Function posts and invoice. Specify whether to post as a Cash Sale, whether to Bank Through, and the Bank Account to post to.
Post can be used with the following object:
Post function syntax has these named arguments:
Parameter |
Description |
Cash Sale |
Required. When True, will be posted as a Cash Sale. |
Bank Through |
Required. When True, Invoice will be automatically banked through. |
Bank Account Code |
Required. The bank account to post to. |
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("InInvoice/Post(CashSale=False,BankThrough=True,BankAccountCode=001)")