whooing_entry_detail
Retrieve a specific financial transaction entry by its ID to review details before updating or deleting it.
Instructions
Get one transaction entry by entry_id. Use this before updating or deleting when you already know the ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | Entry ID to fetch. | |
| section_id | No | Section ID. Defaults to WHOOING_SECTION_ID env var. |