22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
meta {
|
|
name: Price Add
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/invlab/price/add
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"item":2,
|
|
"type":"sell",
|
|
"currency":"IDR",
|
|
"value":3600000,
|
|
"periods":"2025-01-01 18:32:35"
|
|
}
|
|
}
|