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

22 lines
248 B
Plaintext

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