Bilder für gualifizierte Deep-links ergänzt,
Neuer Service CreateVB, neues Dokument zur Versicherungsbestätigung
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -497,26 +497,24 @@
|
|||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:complexType name="QualifiedDeepLinkOfferRequest">
|
<xsd:complexType name="QualifiedDeepLinkOfferRequest">
|
||||||
<xsd:complexContent>
|
<xsd:sequence>
|
||||||
<xsd:sequence>
|
<xsd:element name="VUNr" type="omds:VUNr" minOccurs="0"/>
|
||||||
<xsd:element name="VUNr" type="omds:VUNr" minOccurs="0"/>
|
<xsd:element name="AuthFilter" type="cst:AuthorizationFilter" minOccurs="0"/>
|
||||||
<xsd:element name="AuthFilter" type="cst:AuthorizationFilter" minOccurs="0"/>
|
<xsd:element name="Person" type="cst:BeteiligtePersonVertrag_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
<xsd:element name="Person" type="cst:BeteiligtePersonVertrag_Type" minOccurs="0" maxOccurs="unbounded"/>
|
<xsd:element name="Sparte" type="omds:SpartenCd_Type" minOccurs="0"/>
|
||||||
<xsd:element name="Sparte" type="omds:SpartenCd_Type" minOccurs="0"/>
|
<xsd:element name="GeVo" type="Geschaeftsvorfall" minOccurs="0"/>
|
||||||
<xsd:element name="GeVo" type="Geschaeftsvorfall" minOccurs="0" maxOccurs="1"/>
|
<xsd:element name="Zahlweg" type="omds:ZahlWegCd_Type" minOccurs="0"/>
|
||||||
<xsd:element name="Zahlweg" type="omds:ZahlWegCd_Type" minOccurs="0" maxOccurs="1"/>
|
<xsd:element name="Zahlrhythmus" type="omds:ZahlRhythmCd_Type" minOccurs="0"/>
|
||||||
<xsd:element name="Zahlrhythmus" type="omds:ZahlRhythmCd_Type" minOccurs="0" maxOccurs="1"/>
|
<xsd:element name="Zahlungsdaten" type="cst:Zahlungsdaten_Type" minOccurs="0"/>
|
||||||
<xsd:element name="Zahlungsdaten" type="cst:Zahlungsdaten_Type" minOccurs="0" maxOccurs="1"/>
|
<xsd:element name="Sepa" type="cst:SepaCd_Type" minOccurs="0"/>
|
||||||
<xsd:element name="Sepa" type="cst:SepaCd_Type" minOccurs="0" maxOccurs="1"/>
|
<xsd:element name="Vermittlerdaten" type="omds:Vermnr"/>
|
||||||
<xsd:element name="Vermittlerdaten" type="omds:Vermnr"/>
|
<xsd:element ref="withoutFrame" minOccurs="0"/>
|
||||||
<xsd:element ref="withoutFrame" minOccurs="0"/>
|
</xsd:sequence>
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexContent>
|
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:simpleType name="Geschaeftsvorfall">
|
<xsd:simpleType name="Geschaeftsvorfall">
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:enumeration value="Neuantrag"></xsd:enumeration>
|
<xsd:enumeration value="Neuantrag"/>
|
||||||
<xsd:enumeration value="Aenderungsantrag"></xsd:enumeration>
|
<xsd:enumeration value="Aenderungsantrag"/>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
<xsd:element name="getDeepLinkOfferResponse" type="DeepLinkBusinessObjectResponse">
|
<xsd:element name="getDeepLinkOfferResponse" type="DeepLinkBusinessObjectResponse">
|
||||||
|
|||||||
@@ -598,4 +598,59 @@
|
|||||||
<xsd:documentation>Abstrakter Typ für VU-Spezifische Erweiterungen bei der Kfz-Beschreibung im Antrag</xsd:documentation>
|
<xsd:documentation>Abstrakter Typ für VU-Spezifische Erweiterungen bei der Kfz-Beschreibung im Antrag</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
<xsd:element name="CreateVBRequest">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Request um eine Versicherungsbestätigung zu generieren</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:complexContent>
|
||||||
|
<xsd:extension base="cst:CommonRequest_Type">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="Art">
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:restriction base="xsd:string">
|
||||||
|
<xsd:enumeration value="NEU"/>
|
||||||
|
<xsd:enumeration value="WIEDER"/>
|
||||||
|
</xsd:restriction>
|
||||||
|
</xsd:simpleType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Kennzeichen" type="omds:Pol_Kennz_Type" minOccurs="0"/>
|
||||||
|
<xsd:element name="Polizzennr" type="omds:Polizzennr" minOccurs="0"/>
|
||||||
|
<xsd:element name="Fahrzeug" minOccurs="0" maxOccurs="3">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="FahrzeugArt" type="omds:FzgArtCd_Type"/>
|
||||||
|
<xsd:element name="MarkeType" type="xsd:string"/>
|
||||||
|
<xsd:element name="Fahrgestellnummer" type="xsd:string"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="Versicherungsnehmer" type="cst:Person_Type"/>
|
||||||
|
<xsd:element name="GueltigAb" type="omds:Datum" minOccurs="0"/>
|
||||||
|
<xsd:element name="ZusaetzlicheVBDaten" type="ZusaetzlicheVBDaten_Type" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="CreateVBResponse">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Response bei der Generierung einer Versicherungsbestätigung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:complexContent>
|
||||||
|
<xsd:extension base="cst:CommonResponse_Type">
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="VBNr" type="xsd:string"/>
|
||||||
|
<xsd:element name="VBDokument" type="cst:ProzessDokHandout_Type"/>
|
||||||
|
</xsd:sequence>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:complexType name="ZusaetzlicheVBDaten_Type" abstract="true">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Erweiterungsmöglichkeit für Versicherungsbestaetigung</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:complexType>
|
||||||
</xsd:schema>
|
</xsd:schema>
|
||||||
|
|||||||
Reference in New Issue
Block a user