inquery-order-detail
Retrieve detailed order information from Korea Investment & Securities by providing order number and date for accurate tracking and management.
Instructions
Get order detail from Korea Investment & Securities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
order_date | Yes | ||
order_no | Yes |
Input Schema (JSON Schema)
{
"properties": {
"order_date": {
"title": "Order Date",
"type": "string"
},
"order_no": {
"title": "Order No",
"type": "string"
}
},
"required": [
"order_no",
"order_date"
],
"title": "inquery_order_detailArguments",
"type": "object"
}