call_taxlaw_action
Calls the Korean National Tax Service law information system action endpoint to retrieve tax law data such as interpretations, rulings, or forms using an actionId and referer path.
Instructions
국세법령정보시스템 action.do 원시 호출. list_taxlaw_site_menus의 actionId/defaultParamData 또는 브라우저에서 확인한 actionId를 사용할 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actionId | Yes | action.do actionId. 예: ASIPDM001MR01 | |
| paramData | No | action.do paramData JSON 객체. 미입력 시 {} | |
| refererPath | Yes | 같은 사이트 내 referer 경로. 예: /pd/USEPDM001M.do | |
| full | No | true면 JSON 응답을 더 길게 반환 |