add refundBankAccount to hs_office_debitor
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user