---
title: "gets data for reclamation, builds a xml and sends an email with the xml to the 'ELMA'-System"
method: POST
path: "/api/inout-fraud"
tags: ["fraud-statement-controller"]
---

# gets data for reclamation, builds a xml and sends an email with the xml to the 'ELMA'-System

`POST /api/inout-fraud`

## Headers

- `User-Agent` string, required
- `Authorization` string, required

## Request body

- FraudStatementDto
  - `formOfAddress` 'MR' | 'MS', required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `htUserId` string, required
  - `message` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `500` — Mail send Error

---

[API](https://skmtc.dev/rmv/apis/openapi-definition.md) · [All operations](https://skmtc.dev/rmv/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rmv/openapi-definition/revisions/22c35ec24139/schema)
