---
title: "Registar a apresentação/escolha do aviso de movimento duplicado"
method: POST
path: "/api/financeiro/movements/duplicate-check"
tags: ["Financeiro (Protected)"]
---

# Registar a apresentação/escolha do aviso de movimento duplicado

`POST /api/financeiro/movements/duplicate-check`

Instrumentação do aviso mostrado ao inserir um movimento semelhante a um
já existente por pagar. Sem efeitos no negócio — só escreve auditoria.

`def`, não `async def`: a escrita é pyodbc síncrono e bloquearia o event loop
(ver docs/claude/10-api-patterns.md).

## Headers

- `x-api-token` string, nullable

## Request body

- DuplicateCheckLogRequest — Telemetry for the same-supplier/same-value unpaid check shown at insert. Without this there is no way to tell, a month from now, whether the prompt reduced duplicates or merely trained everyone to click through it.
  - `choice` string, required
  - `candidate_count` integer, required
  - `fornecedor_id` integer, nullable
  - `valor` number, 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)
