fixed preorder type
This commit is contained in:
@@ -193,7 +193,7 @@ paths:
|
||||
tags:
|
||||
- preorder
|
||||
summary: Vorbestellung registrieren
|
||||
description: "Registriert eine Vorbestellung. Parameter `type` bestimmt Vorbestelltyp: 'provision' = Vorsorgeanschluss, 'order' = Vorbestellung"
|
||||
description: "Registriert eine Vorbestellung. Parameter `type` bestimmt Vorbestelltyp: 'interest' = Interessensbekundung, 'provision' = Vorsorgeanschluss"
|
||||
operationId: submitPreorder
|
||||
requestBody:
|
||||
description: PreorderRequest object
|
||||
@@ -286,8 +286,8 @@ components:
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [provision, order]
|
||||
desciption: Vorbestelltyp (`provision` = Vorsorgeanschluss, `order` = Vollanschluss)
|
||||
enum: [interest, provision]
|
||||
desciption: Vorbestelltyp (`interest` = Interessensbekundung, `provision` = Vorsorgeanschluss)
|
||||
address:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user