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

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

`POST /api/inout-support`

## Headers

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

## Request body

- ReclamationDto
  - `formOfAddress` 'MR' | 'MS', required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `issue` 'WRONG_STATION' | 'WRONG_DIRECTION' | 'WRONG_DESTINATION' | 'OTHER', required
  - `htUserId` string, required
  - `originStop` string, required
  - `originTimestamp` string, date-time
  - `destinationStop` string, required
  - `destinationTimestamp` string, date-time
  - `journeyID` string, required
  - `message` string, required

## Response `200`

OK

## Other responses

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

---

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