Files
ax_hub_mcp_tool/mci_sample_test.http

36 lines
944 B
HTTP

### MCI (send_mci_sample)
# IntelliJ IDEA HTTP Client .
# 1. (Gateway Tool ) .
# 2. () !
POST http://localhost:8081/mcp/api/v1/tools/call
Content-Type: application/json
Accept: application/json
{
"jsonrpc": "2.0",
"id": "test-1234",
"params": {
"name": "other_send_mci_sample",
"arguments": {
"tgrmCmnnhddValu": {
"envrTypeCd": "D",
"itrIfId": "IF_TEST_001"
},
"tgrmMsdvValu": {
"msgHddvValu": {
"msgTnsmTypeCd": "0"
},
"msgDtdvValu": {
"msgCd": "0000"
}
},
"tgrmDtdvValu": {
"customerName": "",
"targetDate": "20260901",
"remarks": "MCI "
}
}
}
}