22 lines
270 B
Plaintext
22 lines
270 B
Plaintext
|
meta {
|
||
|
name: -item setVisibleDiscard
|
||
|
type: http
|
||
|
seq: 2
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: http://localhost:5000/api/items/setVisibleDiscard
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"itemFk":1,
|
||
|
"warehouseFk":1,
|
||
|
"quantity":10,
|
||
|
"addressFk":1
|
||
|
}
|
||
|
|
||
|
}
|