inventory/bruno/price/Price Add.bru

22 lines
271 B
Plaintext
Raw Permalink Normal View History

2025-01-16 11:53:23 +07:00
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"
}
}