23 lines
251 B
Plaintext
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
|
|
}
|