This commit is contained in:
Wolfgang Hottgenroth 2021-07-05 10:25:08 +02:00
parent daca7eca9b
commit 1e9d22483c
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -89,3 +89,36 @@ components:
type: integer
description:
type: string
Tenant:
description: Tenant
type: object
properties:
id:
type: integer
salutation:
type: string
firstname:
type: string
lastname:
type: string
address1:
type: string
address2:
type: string
address3:
type: string
zip:
type: string
city:
type: string
phone1:
type: string
phone2:
type: string
iban:
type: string
account:
type: integer
TenantJoint:
description: TenantJoint
type: object