23 lines
290 B
Plaintext
23 lines
290 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":1,
|
|
"sku":"TEST-001",
|
|
"type":"buy",
|
|
"currency":"IDR",
|
|
"value":20000,
|
|
"periods":"2025-01-01 18:32:35"
|
|
}
|
|
}
|