---
title: "Runs the stored procedure for calculating a person's net worth values."
method: GET
path: "/v1/People/CalculateNetWorth/{personId}"
tags: ["People"]
---

# Runs the stored procedure for calculating a person's net worth values.

`GET /v1/People/CalculateNetWorth/{personId}`

## Path parameters

- `personId` integer, required

## Response `200`

The stored procedure was executed

- AdaptekApiApplicationPeopleCommandsCalculateNetWorthCalculateNetWorthResponse
  - `isSuccessful` boolean

## Other responses

- `404` — The stored procedure was not executed

---

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