---
title: "EchoBody method receives a simple message and returns it."
method: POST
path: "/v1/example/echo_body"
tags: ["EchoService"]
---

# EchoBody method receives a simple message and returns it.

`POST /v1/example/echo_body`

## Request body

- ExamplepbSimpleMessage — SimpleMessage represents a simple message sent to the Echo service.
  - `id` string — Id represents the message identifier.
  - `num` string, int64
  - `line_num` string, int64
  - `lang` string
  - `status` ExamplepbEmbedded — Embedded represents a message embedded in SimpleMessage.
    - `progress` string, int64
    - `note` string
  - `en` string, int64
  - `no` ExamplepbEmbedded — Embedded represents a message embedded in SimpleMessage.
    - `progress` string, int64
    - `note` string

## Response `200`

A successful response.

- ExamplepbSimpleMessage — SimpleMessage represents a simple message sent to the Echo service.
  - `id` string — Id represents the message identifier.
  - `num` string, int64
  - `line_num` string, int64
  - `lang` string
  - `status` ExamplepbEmbedded — Embedded represents a message embedded in SimpleMessage.
    - `progress` string, int64
    - `note` string
  - `en` string, int64
  - `no` ExamplepbEmbedded — Embedded represents a message embedded in SimpleMessage.
    - `progress` string, int64
    - `note` string

---

[API](https://skmtc.net/openshift/apis/echo-service.md) · [All operations](https://skmtc.net/openshift/apis/echo-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/echo-service/versions/4d99984f8a26/schema)
