23 lines
277 B
Plaintext
23 lines
277 B
Plaintext
meta {
|
|
name: Inventory Edit
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/invlab/inventory/edit
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id":6,
|
|
"item":1,
|
|
"flow":"sell",
|
|
"when":"2025-01-02 14:56:45",
|
|
"qty":2,
|
|
"note":null
|
|
}
|
|
}
|