feat: add no vat customers logic

This commit is contained in:
2026-04-15 12:55:14 +02:00
parent e31ecda582
commit e9af4bf311
3 changed files with 84 additions and 72 deletions

View File

@@ -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: