16 lines
176 B
Plaintext
16 lines
176 B
Plaintext
|
|
meta {
|
||
|
|
name: Inventory Remove
|
||
|
|
type: http
|
||
|
|
seq: 5
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: http://localhost:11000/api/invlab/inventory/remove
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{"id":3}
|
||
|
|
}
|