tenant
This commit is contained in:
33
openapi.yaml
33
openapi.yaml
@ -89,3 +89,36 @@ components:
|
|||||||
type: integer
|
type: integer
|
||||||
description:
|
description:
|
||||||
type: string
|
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
|
Reference in New Issue
Block a user