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

23 lines
251 B
Plaintext

meta {
name: /api/invoices
type: http
seq: 7
}
get {
url: {{base_url}}/api/invoices?limit=2&supplierId=10
body: none
auth: inherit
}
params:query {
limit: 2
supplierId: 10
~year: 2015
}
settings {
encodeUrl: true
timeout: 0
}