Transactions API Examples
These examples show how to create and read transaction data for AP Disbursements, AP Payments, AP Vouchers, Cash Receipts, Employee Expenses, Employee Payments, Invoices, Journal Entries, and Units.
Related Topics:
- Read (GET) Transaction
Use this API to read transactions of a specified transaction type. - Create (POST) Transaction
Use this API to create a transaction of the transaction type specified. - Read (GET) Historical
Labor Transactions
Use this API to read all labor transactions for project plans. This API is for customers with project planning. - Read (GET) Historical
Labor Transaction
If projects exist to which employees have charged actual hours, use this API to read project labor transaction information (job-to-date (JTD) hours). - Read (GET) Historical Expense Transactions
Use this API to read all historical expense transactions. Customers with Project Planning will use these values as part of planning data. - Create (POST) Historical
Labor Transaction
Use this API to create project labor transaction records for a specific employee, project, and period. The project code must be set at the lowest level, a leaf node. Between levels, and if there is no lower level, you must specify the value as %20, the URL-encoded value for the space character. - Read (GET) Historical Expense
Use this API to read historical expense information for a project. - Create (POST) Historical Expense Transaction
Use this API to create a historical expense transaction record. - Read (GET) Historical Overhead Transactions
Use this API to read project historical overhead information. - Read (GET) Historical Overhead
Use this API to read a project historical overhead transaction. - Create (POST) Historical Overhead Transaction
Use this API to create a historical overhead transaction record. - Delete (DELETE) Historical Overhead Transaction
Use this API to delete a single historical overhead transaction from the Transactions Center.
Parent Topic: Accounting Transactions APIs