costapy/bruno/inventory/Inventory Add.bru

22 lines
263 B
Plaintext

meta {
name: Inventory Add
type: http
seq: 3
}
post {
url: http://localhost:11000/api/invlab/inventory/add
body: json
auth: none
}
body:json {
{
"item":1,
"flow":"sell",
"when":"2025-01-02 14:56:45",
"qty":2,
"note":null
}
}