20 lines
296 B
YAML
20 lines
296 B
YAML
info:
|
|
name: Customer list
|
|
type: http
|
|
seq: 3
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{bas_url}}/restricted/customer/list?search=marek"
|
|
params:
|
|
- name: search
|
|
value: marek
|
|
type: query
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|