ADB: Added stiege as part of Hausnummer
This commit is contained in:
@@ -5,7 +5,7 @@ info:
|
||||
license:
|
||||
name: Apache 2.0 License
|
||||
url: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
version: 1.0.0
|
||||
version: 1.2.0
|
||||
servers:
|
||||
- url: https://thetool-test.xinon.at/api/v1
|
||||
- url: https://thetool.xinon.at/api/v1
|
||||
@@ -176,6 +176,11 @@ paths:
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
- name: stiege
|
||||
description: Stiege Suchbegriff
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
'200':
|
||||
description: |
|
||||
@@ -435,7 +440,7 @@ paths:
|
||||
|
||||
Soll Starterkit an Anschlussadresse gesendet werden, muss `address.is_shipping` auf true gestellt werden, bei false wird das Starterkit an Vertragsinhaber (`customer`) gesendet.
|
||||
|
||||
Wohneinheitsidentifikation (Block, Stiege, Stock, Tür) kann strukturiert mit jeweils einem eigenen Feld übergeben werden oder alle Wohneinheitsdaten in einem einzigen String (`unit_string`).
|
||||
Wohneinheitsidentifikation (Block, Stock, Tür) kann strukturiert mit jeweils einem eigenen Feld übergeben werden oder alle Wohneinheitsdaten in einem einzigen String (`unit_string`).
|
||||
|
||||
---
|
||||
|
||||
@@ -920,6 +925,10 @@ components:
|
||||
type: string
|
||||
description: Hausnummer
|
||||
example: 13
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege
|
||||
example: 2
|
||||
zip:
|
||||
type: string
|
||||
description: PLZ
|
||||
@@ -1007,10 +1016,6 @@ components:
|
||||
type: string
|
||||
description: Stock
|
||||
example: 42
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege
|
||||
example: ""
|
||||
tuer:
|
||||
type: string
|
||||
description: Tür
|
||||
@@ -1040,6 +1045,10 @@ components:
|
||||
type: string
|
||||
description: Hausnummer
|
||||
example: 13
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege
|
||||
example: 2
|
||||
zip:
|
||||
type: string
|
||||
description: PLZ
|
||||
@@ -1088,10 +1097,6 @@ components:
|
||||
type: string
|
||||
description: Stock
|
||||
example: 42
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege
|
||||
example: ""
|
||||
tuer:
|
||||
type: string
|
||||
description: Tür
|
||||
@@ -1144,6 +1149,9 @@ components:
|
||||
housenumber:
|
||||
type: string
|
||||
description: Hausnummer der Anschlussadresse
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege der Anschlussadresse
|
||||
zip:
|
||||
type: string
|
||||
description: PLZ der Anschlussadresse
|
||||
@@ -1159,9 +1167,6 @@ components:
|
||||
stock:
|
||||
type: string
|
||||
description: Stock der Anschlussadresse
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege der Anschlussadresse
|
||||
tuer:
|
||||
type: string
|
||||
description: Tür der Anschlussadresse
|
||||
@@ -1307,6 +1312,10 @@ components:
|
||||
type: string
|
||||
description: Hausnummer der Anschlussadresse
|
||||
example: 13
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege der Anschlussadresse
|
||||
example: "2"
|
||||
zip:
|
||||
type: string
|
||||
description: PLZ der Anschlussadresse
|
||||
@@ -1323,10 +1332,6 @@ components:
|
||||
type: string
|
||||
description: Stock der Anschlussadresse
|
||||
example: 42
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege der Anschlussadresse
|
||||
example: ""
|
||||
tuer:
|
||||
type: string
|
||||
description: Tür der Anschlussadresse
|
||||
@@ -1689,6 +1694,10 @@ components:
|
||||
type: string
|
||||
description: Hausnummer Kunde
|
||||
example: 42
|
||||
stiege:
|
||||
type: string
|
||||
description: Stiege
|
||||
example: 2
|
||||
zip:
|
||||
type: string
|
||||
description: PLZ Kunde
|
||||
@@ -1709,10 +1718,6 @@ components:
|
||||
type: string
|
||||
description: Adresszusatz
|
||||
example: null
|
||||
stiege:
|
||||
type: string
|
||||
description: Adresszusatz
|
||||
example: null
|
||||
stock:
|
||||
type: string
|
||||
description: Adresszusatz
|
||||
|
||||
Reference in New Issue
Block a user