コンテンツにスキップ

年末調整一括処理 jpcite call sequence (税理士)

Cost: ¥42 (14 billable units, ¥3/req) · Duration: 90s · Parallel-safe: True · Disclaimer: §52 (税理士法) — 年末調整事務の補助のみ。最終判定は税理士。

Preconditions

  • client_id
  • tax_year (YYYY)
  • profile_ids (顧問先 client_profiles 配列)

Steps

  1. enum_values_am — tax_rule_kind closed-set
  2. list_tax_sunset_alerts — 当年末 cliff
  3. search_tax_incentives — 年末調整 候補
  4. get_am_tax_rule — rule 詳細
  5. track_amendment_lineage_am — YoY 改正
  6. bundle_application_kit — 扶養控除等 scaffold
  7. prepare_kessan_briefing — 確定申告 briefing
  8. compose_audit_workpaper — 顧問先別 PDF
  9. dispatch_audit_seal_webhook — audit_seal 配信
  10. get_provenance — 出典
  11. check_exclusions — 控除併用可否
  12. jpcite_route — outcome route
  13. deep_health_am — snapshot pin
  14. jpcite_preview_cost — 予算試算

Output artifact

  • Type: year_end_adjustment_packet
  • Format: JSON (mirrored to PDF on artifact_pack package_kind)

SDK invocation

import httpx, os
JPCITE = "https://api.jpcite.com"
key = os.environ["JPCITE_API_KEY"]
resp = httpx.post(
    f"{JPCITE}/v1/jpcite/route",
    headers={"X-API-Key": key},
    json={"intent": "recipe_tax_year_end_adjustment"},
).raise_for_status().json()
# returns recommended_tool, outcome_contract_id, deliverable_slug,
# estimated_price_jpy, execute_input_hash, next_action

Operator: Bookyou株式会社 (T8010001213708) · Brand: jpcite · NO LLM inside · ¥3/req metered · 100% organic