list_accounting_auto_transactions
GET /list_accounting_auto_transactions
To get the TOTAL COUNT of the list of all accounting auto transactions.
Use this method FIRST to determine how many total records there are for the module selection.
After you call this method, then call the method below, and pass the required paging parameters.
/list_accounting_auto_transactions?token=XXXX&auto_transaction_module_365=all
| field |
description |
| token |
Credentials provided by Powersoft that allow access to the API |
| auto_transaction_module_365 |
Module the auto transaction has been defined in 365. Accepted values are 'all', 'JournalEntry', 'OtherExpenses','GeneralExpenses'. |
Returns the total auto accounting transactions defined based on module selection
GET /list_accounting_auto_transactions
To get a list of all accounting auto transactions defined based on module selection.
/list_accounting_auto_transactions?token=XXXX&auto_transaction_module_365=GeneralExpenses&page_number=1&page_size=100
Returns the lis of auto accounting transactions defined based on module selection