---
title: "Place Order Reply"
method: POST
path: "/iserver/reply/{replyid}"
tags: ["Order"]
---

# Place Order Reply

`POST /iserver/reply/{replyid}`

Reply to questions when placing orders and submit orders

## Path parameters

- `replyid` string, required

## Request body

- object
  - `confirmed` boolean — answer to question, true means yes, false means no

## Response `200`

Order is submitted successfully, returns an array contains one object

- object[]
  - `order_id` string
  - `order_status` string
  - `local_order_id` string

## Other responses

- `400` — When you send "confirmed-false" in the request, you will receive this

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
