inventory/bruno/price/Price Remove.bru

18 lines
176 B
Plaintext

meta {
name: Price Remove
type: http
seq: 5
}
post {
url: http://localhost:11000/api/invlab/price/remove
body: json
auth: none
}
body:json {
{
"id":5
}
}