SICS API Server - P&C - Common Accounting - Annul Balance Pairing

SICS API Server - P&C - Common Accounting - Annul Balance Pairing

Post Booking Review #

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>
      <swcaep:annulBalancePairing xmlns:swcaep="urn:SicsWsCommonAccountingEntryPoint">
         <genericInput />
         <annulBalancePairing>
            <pairingObjectIdReference>89A92A5E85054218ACA4C980768A8B03</pairingObjectIdReference>
         </annulBalancePairing>
      </swcaep:annulBalancePairing>
   </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>
      <swcaep:annulBalancePairingResponse xmlns:swcaep="urn:SicsWsCommonAccountingEntryPoint" xsi:type="swcaep:AnnulBalancePairingOutput" />
   </soapenv:Body>
</soapenv:Envelope>