SICS API Server - P&C - Business - Amend Classification

SICS API Server - P&C - Business - Amend Classification

Amend Classification #

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:amendClassification xmlns:swbep="urn:SicsWsBusinessEntryPoint">
         <amendClassificationInput>
            <scopeOfCoverReference>
               <identifier>NPTTY13</identifier>
               <beginDateTime>2002-01-01T00:00:00</beginDateTime>
               <sequenceNumber>0</sequenceNumber>
               <name>Main Section</name>
            </scopeOfCoverReference>
            <amendmentNumber>2</amendmentNumber>
         </amendClassificationInput>
      </swbep:amendClassification>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response message #

Response message is not shown.