tebra_get_transactions
Retrieve financial transactions from Tebra using filters for service date, posting date, transaction type, payer, procedure code, or practice name.
Instructions
Get transactions from Tebra with optional date range, type, and payer filters. Returns financial transaction details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromServiceDate | No | Optional start service date filter (ISO 8601) | |
| toServiceDate | No | Optional end service date filter (ISO 8601) | |
| fromPostingDate | No | Optional start posting date filter (ISO 8601) | |
| toPostingDate | No | Optional end posting date filter (ISO 8601) | |
| fromTransactionDate | No | Optional start transaction date filter (ISO 8601) | |
| toTransactionDate | No | Optional end transaction date filter (ISO 8601) | |
| transactionType | No | Optional transaction type filter | |
| payerType | No | Optional payer type filter | |
| procedureCode | No | Optional CPT/procedure code filter | |
| practiceName | No | Optional practice name filter |