Dokumentation Konvertierungshilfe, Konvertierungsumfang nimmt Polizzennummern als Input, Umbenennung einiger Objekte bei der Konvertierungshilfe.
This commit is contained in:
Binary file not shown.
@@ -499,33 +499,39 @@
|
||||
<xsd:documentation>Element um Offert- und Antragsdokumente zurückzugeben</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
<xsd:element name="StartPolicyConversionRequest">
|
||||
<xsd:element name="GetConversionScopeRequest">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Request um einen oder mehrere Verträge eines VN zu konvertieren</xsd:documentation>
|
||||
<xsd:documentation>Request um den Konvertierungsumfang für einen oder mehrere Verträge zu erhalten</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Versicherungsnehmer" type="cst:ObjektId_Type">
|
||||
<xsd:element name="Vertraege" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Angabe für welchen Versicherungsnehmer die Konvertierung begonnen werden soll.</xsd:documentation>
|
||||
<xsd:documentation>Angabe für welche Verträge die Konvertierung geplant ist.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Polizzennr" type="omds:Polizzennr"/>
|
||||
<xsd:element name="VertragsID" type="omds:VertragsID" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
</xsd:extension>
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="StartPolicyConversionResponse">
|
||||
<xsd:element name="GetConversionScopeResponse">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Response mit den Konvertierungsmöglichkeiten für einen VN</xsd:documentation>
|
||||
<xsd:documentation>Response mit den Konvertierungsumfang</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonResponse_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="MoeglichkeitenKonvertierung" type="SpezifizierungKonvertierung_Type">
|
||||
<xsd:element name="Konvertierungsumfang" type="Konvertierungsumfang_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Welche Verträge der VN hat und welche Konvertierungsmöglichkeiten es für diese gibt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
@@ -543,7 +549,7 @@
|
||||
<xsd:complexContent>
|
||||
<xsd:extension base="cst:CommonRequest_Type">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="AnforderungKonvertierung" type="SpezifizierungKonvertierung_Type">
|
||||
<xsd:element name="Konvertierungsumfang" type="Konvertierungsumfang_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Angabe auf welchem Vertrag oder welchen Verträgen der neue Vertrag aufgebaut werden soll</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
@@ -581,15 +587,15 @@
|
||||
</xsd:complexContent>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:complexType name="SpezifizierungKonvertierung_Type">
|
||||
<xsd:complexType name="Konvertierungsumfang_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Spezifiziert die Konvertierung mehrerer Verträge in einen Vertrag</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="Vertraege" type="SpezifizierungKonvertierungVertrag_Type" maxOccurs="unbounded"/>
|
||||
<xsd:element name="Vertraege" type="KonvertierungsumfangVertrag_Type" maxOccurs="unbounded"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
<xsd:complexType name="SpezifizierungKonvertierungVertrag_Type">
|
||||
<xsd:complexType name="KonvertierungsumfangVertrag_Type">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Spezifiziert die Konvertierung eines Vertrags</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
Reference in New Issue
Block a user