feat: add no vat customers logic
This commit is contained in:
@@ -5,7 +5,14 @@ info:
|
||||
|
||||
http:
|
||||
method: PATCH
|
||||
url: "{{bas_url"
|
||||
url: "{{bas_url}}/restricted/customer/no-vat"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"customer_id":1,
|
||||
"is_no_vat": false
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user