mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
20 lines
190 B
Plaintext
20 lines
190 B
Plaintext
meta {
|
|
name: OrderService_PlaceOrder
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/v1/order/place
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
~customerId:
|
|
}
|
|
|
|
body:json {
|
|
{}
|
|
}
|