23 lines
325 B
YAML
23 lines
325 B
YAML
info:
|
|
name: Set is_no_vat
|
|
type: http
|
|
seq: 4
|
|
|
|
http:
|
|
method: PATCH
|
|
url: "{{bas_url}}/restricted/customer/no-vat"
|
|
body:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"customer_id":1,
|
|
"is_no_vat": false
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|