12 lines
168 B
JSON
12 lines
168 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 3,
|
|
"method": "tools/call",
|
|
"params": {
|
|
"name": "customer.search",
|
|
"arguments": {
|
|
"customerNo": "1234567890"
|
|
}
|
|
}
|
|
}
|