---
title: "Continue information"
method: POST
path: "/agent/order_information/message/v1/{conversation_id}"
tags: ["/agent"]
---

# Continue information

`POST /agent/order_information/message/v1/{conversation_id}`

Adds a message to an existing order-information conversation for its owner. | authz: allowed_org_types=[shipper, provider], min_org_role=operator | (OrderInformationConversationMessageReq) -> (OrderInformationConversationRes)

## Path parameters

- `conversation_id` string, required

## Request body

- OrderInformationConversationMessageReq
  - `message` string, required

## Response `200`

Successful Response

- OrderInformationConversationRes
  - `conversation_id` string, required
  - `response_text` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
