mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
15 lines
316 B
HTTP
15 lines
316 B
HTTP
# Default endpoint address for local testing
|
|
@authority=http://localhost:7071
|
|
|
|
### Look up a long order reference id
|
|
POST {{authority}}/api/workflows/FulfillOrder/run
|
|
Content-Type: text/plain
|
|
|
|
QWERTY80853
|
|
|
|
### Look up a short order id
|
|
POST {{authority}}/api/workflows/CancelOrder/run
|
|
Content-Type: text/plain
|
|
|
|
12345
|