SICS API Server - P&C - Reference Items - Delete Currency

SICS API Server - P&C - Reference Items - Delete Currency

Delete Currency #

Deleting currency isoAlpha “ZZZ”.

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>
      <swriep:deleteCurrency xmlns:swriep="urn:SicsWsReferenceItemsEntryPoint">
         <genericInput />
         <deleteCurrencyInput>
            <isoAlpha>ZZZ</isoAlpha>
         </deleteCurrencyInput>
      </swriep:deleteCurrency>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response message #

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <swriep:deleteCurrencyResponse xmlns:swriep="urn:SicsWsReferenceItemsEntryPoint" xsi:type="swriep:DeleteCurrencyOutput" />
   </soapenv:Body>
</soapenv:Envelope>