Name | Description | Type | Additional Information |
---|---|---|---|
MemoCheck |
Print memo checks |
boolean |
Required |
PostNextMonth |
Post to next month |
boolean |
Required |
CheckDate |
The date of the check. |
string |
Required Data type: DateTime Format must be MM/dd/yyyy |
CheckingAccount |
The checking account number. |
string |
Required |
LocationId |
The LocationID for transaction posting |
string |
Required Max length: 6 |
StartingCheckNumber |
The Starting Check Number. |
integer |
Required |
TopMargin |
Can be used to match the Agvance User Setting for the top margin. If TopMargin is not provided, the top margin from the accounting preference will be used if it exists. |
decimal number | |
PreCheckRun |
Tells API whether to run precheck or not |
boolean | |
CreateCheckAsTextFile |
Tells the API to create a Text or PDF check. True = Text, False = PDF, Default = False |
boolean | |
Vendors |
The Vendors to be included and their invoices. |
Collection of PrintChecksVendor |
Required |