feat: add list of currencies
This commit is contained in:
22
bruno/api_v1/currency/Update currency rate.yml
Normal file
22
bruno/api_v1/currency/Update currency rate.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
info:
|
||||
name: Update currency rate
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: PATCH
|
||||
url: "{{bas_url}}/restricted/currency-rate"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"b2b_id_currency" : 1,
|
||||
"conversion_rate": 3
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user