23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
|
meta {
|
||
|
name: Price Edit
|
||
|
type: http
|
||
|
seq: 4
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: http://localhost:11000/api/invlab/price/edit
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"id":5,
|
||
|
"item":2,
|
||
|
"type":"sell",
|
||
|
"currency":"IDR",
|
||
|
"value":999999,
|
||
|
"periods":"2025-01-01 18:32:35"
|
||
|
}
|
||
|
}
|