SICS API Server - Life - Business - Create Reinstatement Condition
Create Reinstatement Condition #
Request message #
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header />
<SOAP-ENV:Body>
<swbep:createReinstatementCondition xmlns:swbep="urn:SicsWsBusinessEntryPoint">
<genericInput />
<createReinstatementConditionInput>
<scopeOfCoverReference>
<identifier>IN9045</identifier>
<sequenceNumber>0</sequenceNumber>
</scopeOfCoverReference>
<reinstatementConditionContainer>
<isCurrencyOfLoss>true</isCurrencyOfLoss>
<reinstatementCalculation>
<code>PL</code>
<subclassNumber>160</subclassNumber>
</reinstatementCalculation>
<reinstatementType>
<code>SPECIFIC</code>
<subclassNumber>130</subclassNumber>
</reinstatementType>
<exchangeRateOption>
<code>DATE</code>
<subclassNumber>594</subclassNumber>
</exchangeRateOption>
<fixedExchangeRateDate>2025-11-03</fixedExchangeRateDate>
<fixedExchangeRate>
<currency>
<isoAlpha>USD</isoAlpha>
</currency>
<exchangeRateForReinstatement>5</exchangeRateForReinstatement>
<exchangeRateNote>EXCHANGE NOTES</exchangeRateNote>
</fixedExchangeRate>
<reinstatement>
<paymentRule>
<code>PRORATAMOUNT</code>
<subclassNumber>129</subclassNumber>
</paymentRule>
<percentage>88</percentage>
<brokerage>60</brokerage>
<brokerageType>
<code>PERCENT</code>
<subclassNumber>125</subclassNumber>
</brokerageType>
<reinstatedLiability>89</reinstatedLiability>
<comments>Comment Added</comments>
</reinstatement>
<reinstatement>
<paymentRule>
<code>PRORATATIME</code>
<subclassNumber>129</subclassNumber>
</paymentRule>
<extraPercentage>70</extraPercentage>
<brokerage>50</brokerage>
<brokerageType>
<code>PERCENT</code>
<subclassNumber>125</subclassNumber>
</brokerageType>
<reinstatedLiability>67</reinstatedLiability>
<comments>2nd Reinstatement</comments>
</reinstatement>
<note>Last Condition</note>
</reinstatementConditionContainer>
</createReinstatementConditionInput>
</swbep:createReinstatementCondition>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response message #
Response message is not shown.