---
title: "控除上限額シミュレーション (POST — JSON body)"
method: POST
path: "/api/furusato/limit"
---

# 控除上限額シミュレーション (POST — JSON body)

`POST /api/furusato/limit`

## Request body

- object
  - `annual_income_jpy` integer, required
  - `marital_status` 'single' | 'married'
  - `partner_income_jpy` integer
  - `dependents_adult` integer
  - `dependents_elderly` integer
  - `dependents_university` integer
  - `dependents_minor` integer
  - `social_insurance_jpy` integer
  - `other_deductions_jpy` integer
  - `income_type` 'salary' | 'self_employed'

## Response `200`

上限額の概算 + breakdown

---

[API](https://skmtc.net/localgov/apis/localgov-jp.md) · [All operations](https://skmtc.net/localgov/apis/localgov-jp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localgov/localgov-jp/revisions/d5ab9236ff26/schema)
