1
0

add refundBankAccount to hs_office_debitor

This commit is contained in:
Michael Hoennig
2022-10-05 17:22:33 +02:00
parent d98b8feaad
commit 6b6f8127bb
16 changed files with 231 additions and 95 deletions

View File

@ -25,6 +25,8 @@ components:
pattern: '^[A_Z][A-Z]$'
vatBusiness:
type: boolean
refundBankAccount:
$ref: './hs-office-bankaccount-schemas.yaml#/components/schemas/HsOfficeBankAccount'
HsOfficeDebitorPatch:
type: object
@ -43,6 +45,10 @@ components:
vatBusiness:
type: boolean
nullable: true
refundBankAccountUuid:
type: string
format: uuid
nullable: true
HsOfficeDebitorInsert:
type: object
@ -65,6 +71,9 @@ components:
pattern: '^[A_Z][A-Z]$'
vatBusiness:
type: boolean
refundBankAccountUuid:
type: string
format: uuid
required:
- partnerUuid
- billingContactUuid