brf/.bruno/API/api-invoices-total-amount.bru
2025-12-18 07:31:39 +01:00

21 lines
242 B
Plaintext

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