SICS API Server - P&C - Business - Create Reinstatement Condition

SICS API Server - P&C - Business - Create Reinstatement Condition

Create Reinstatement Condition #

Request message #

<?xml version="1.0" encoding="UTF-8"?>
<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">
         <createReinstatementConditionInput>
            <scopeOfCoverReference>
               <identifier>NPTTY13</identifier>
               <beginDateTime>2002-01-01T00:00:00</beginDateTime>
               <sequenceNumber>0</sequenceNumber>
               <name>Main Section</name>
            </scopeOfCoverReference>
            <reinstatementConditionContainer>
               <isCurrencyOfLoss>false</isCurrencyOfLoss>
               <reinstatementType>
                  <code>SPECIFIC</code>
                  <subclassNumber>130</subclassNumber>
               </reinstatementType>
               <reinstatement>
                  <paymentRule>
                     <code>PRORATAMOUNT</code>
                     <subclassNumber>129</subclassNumber>
                  </paymentRule>
                  <extraPercentage>11.1</extraPercentage>
                  <brokerage>22.5</brokerage>
                  <brokerageType>
                     <code>PERCENT</code>
                     <subclassNumber>125</subclassNumber>
                  </brokerageType>
               </reinstatement>
               <reinstatement>
                  <paymentRule>
                     <code>PRORATAMOUNT</code>
                     <subclassNumber>129</subclassNumber>
                  </paymentRule>
                  <percentage>1</percentage>
                  <extraPercentage>1</extraPercentage>
                  <brokerage>100</brokerage>
                  <brokerageType>
                     <code>PERCENT</code>
                     <subclassNumber>125</subclassNumber>
                  </brokerageType>
               </reinstatement>
            </reinstatementConditionContainer>
         </createReinstatementConditionInput>
      </swbep:createReinstatementCondition>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response message #

Response message is not shown.