---
title: "Get Socios Monthly Statement"
method: GET
path: "/api/reports/socios/monthly-statement"
tags: ["Reports"]
---

# Get Socios Monthly Statement

`GET /api/reports/socios/monthly-statement`

Per-sócio monthly P&L statement.

Returns one entry per sócio:
- `valor_mes` — share for the target month
- `valor_acumulado` — cumulative shares from `(start_ano, start_mes)` to
  `(ano, mes)` PLUS `Z_Partners.valor_inicial`
- `total_withdrawn` — sign-aware sum of `MovimentosSocios`-linked
  movements up to `(ano, mes)`; withdrawals are typically negative
- `total_available = valor_acumulado + total_withdrawn`
- `by_pv` — per-PV breakdown of the same four values

Percentage normalization stays per-PV (active sócios' percentages sum to
the divisor, not 100). Closed-vehicle movements paid before `datafecho`
are re-attributed to the closure month at the closure PV. Both rules
match the legacy `get_socio_report_complete_month` semantics.

## Query parameters

- `mes` integer, required
- `ano` integer, required
- `partner_id` integer, nullable
- `ponto_venda_id` integer[]
- `start_ano` integer — Cumulative window start year
- `start_mes` integer — Cumulative window start month

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
