전자세금계산서 합계 조회
hometax__etax__invoice__search_summaryREQUIRES prior hometax__session__login call with same account_link_id. Search e-tax invoice summary (totals). Choose ONE date mode: (1) daily: set date_type='01' and start_date+end_date YYYYMMDD. (2) monthly: set date_type='02' and year+month. (3) quarterly: set date_type='03' and year+quarter. search_type '01'=issued(매출), '02'=received(매입).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year (e.g. 2025). Required when date_type='02' (monthly) or '03' (quarterly). | |
| month | No | Month 1-12. Required when date_type='02' (monthly). | |
| quarter | No | Quarter 1-4. Required when date_type='03' (quarterly). | |
| end_date | No | End date YYYYMMDD (e.g. 20250930). Required when date_type='01' (daily). | |
| page_num | No | Page number (default 1) | |
| date_type | No | Date mode: '01'=daily(default, needs start_date/end_date), '02'=monthly(needs year+month), '03'=quarterly(needs year+quarter). | |
| page_size | No | Page size (default 10) | |
| start_date | No | Start date YYYYMMDD (e.g. 20250701). Required when date_type='01' (daily). | |
| search_type | No | '01'=issued(매출, default), '02'=received(매입). | |
| 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). |