From 1e9d22483caa37094ec8ff7c24bf0460b2f57769 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 5 Jul 2021 10:25:08 +0200 Subject: [PATCH] tenant --- openapi.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index be41a50..e37d0bc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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 \ No newline at end of file