costapy/bruno/item/Item Edit.bru

19 lines
206 B
Plaintext

meta {
name: Item Edit
type: http
seq: 4
}
post {
url: http://localhost:11000/api/invlab/item/edit
body: json
auth: none
}
body:json {
{
"sku":"TEST-001",
"name":"Card holder"
}
}