16 lines
176 B
Plaintext
16 lines
176 B
Plaintext
meta {
|
|
name: Inventory Detail
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/invlab/inventory/detail
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{"id":1}
|
|
}
|