costapy/bruno/item/Item Detail.bru

16 lines
176 B
Plaintext

meta {
name: Item Detail
type: http
seq: 2
}
post {
url: http://localhost:11000/api/invlab/item/detail
body: json
auth: none
}
body:json {
{"sku":"TEST-001"}
}