brf/.bruno/API/api-invoices-total-amount.bru

21 lines
243 B
Plaintext

meta {
name: /api/invoices/total-amount
type: http
seq: 10
}
get {
url: {{base_url}}/api/invoices/total-amount?supplier=150
body: none
auth: inherit
}
params:query {
supplier: 150
}
settings {
encodeUrl: true
timeout: 0
}