일일 현금영수증 발행 내역 조회
hometax__cash_receipt__daily_issue__searchREQUIRES prior hometax__session__login call with same account_link_id. Search cash receipt issuance records for a single day (당일 발급 조회). trs_dt is optional; omitting it means today. The adapter documents this endpoint as same-day only, so other dates are not a supported lookup. Counts: totalCount (and the same value in pageInfoVO.totalCount) is the record count for this query and is never fewer than the rows in this response; collectionMeta says whether this response already holds all of them (complete) and how many came back (collectedCount). When complete is false, ask for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trs_dt | No | Transaction date YYYYMMDD (e.g. 20250731). Optional — defaults to today. | |
| page_num | No | Page number (default 1) | |
| page_size | No | Page size (default 10) | |
| account_link_id | No | Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has a separate ID (Hometax != NHIS != NPS != FourInsure). |