Files
dap-was-dapmt/mci_sample_test.http
2026-08-25 13:02:58 +09:00

36 lines
948 B
HTTP

dlqh### 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 "
}
}
}
}