Update Contract Certainty CheckList # 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:updateContractCertaintyCheckList xmlns:swbep="urn:SicsWsBusinessEntryPoint"> <genericInput /> <updateContractCertaintyCheckListInput> <insuredPeriod> <identifier>PTTY2171</identifier> <beginDateTime>2011-01-01T00:00:00+00:00</beginDateTime> </insuredPeriod> <contractCertaintyCheckList> <insuredPeriodContractCertaintyCheckDetailUpdate> <contractCertaintyCheckDetailKey> <uniqueId>1</uniqueId> </contractCertaintyCheckDetailKey> <contractCertaintyCheckDetail> <isActive>true</isActive> </contractCertaintyCheckDetail> </insuredPeriodContractCertaintyCheckDetailUpdate> </contractCertaintyCheckList> </updateContractCertaintyCheckListInput> </swbep:updateContractCertaintyCheckList> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # Response message is not shown.
Please select example from the menu on the left side.
Create Or Update Collateral # Description # Creating Collateral using createOrUpdateCollateral API.
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> <swbpep:createOrUpdateCollateral xmlns:swbpep="urn:SicsWsBusinessPartnerEntryPoint"> <genericInput /> <createOrUpdateCollateralInput> <businessPartnerReference> <identifier>S165</identifier> </businessPartnerReference> <collateral> <letterOfCredit> <issuingBank> <identifier>ABB1</identifier> <partyIdentifierType> <code>BID</code> <subclassNumber>35</subclassNumber> </partyIdentifierType> </issuingBank> <identifier>A1</identifier> <effectiveDate>2023-03-14</effectiveDate> <expirationDate>2023-03-14</expirationDate> <originalAmount>2000</originalAmount> <originalCurrency> <isoAlpha>ADP</isoAlpha> </originalCurrency> <collateralDetailsList> <collateralDetail> <loCAmountType> <code>INCREASE</code> <subclassNumber>1238</subclassNumber> </loCAmountType> <bankDate>2023-03-01</bankDate> <amount>45</amount> </collateralDetail> <collateralDetail> <loCAmountType> <code>DECREASE</code> <subclassNumber>1238</subclassNumber> </loCAmountType> <bankDate>2023-03-02</bankDate> <amount>23.1</amount> </collateralDetail> </collateralDetailsList> <collateralPercentage>75.
...
Please select example from the menu on the left side.
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>
Please select example from the menu on the left side.
Populate Template String # Request # <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ref="http://www.SicsNt.com/ReferenceItems" xmlns:SicsNt="http://www.SicsNt.com/SicsNt" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <swdpep:populateTemplateString xmlns:swdpep="urn:SicsWsDocumentProductionEntryPoint"> <PopulateTemplateStringRequest xsi:type="PopulateTemplateStringRequest"> <sourceString xsi:type="xsd:string">Reinsurance Engine Document Production Test: Business Identifier: <#lifeCyclePhase.business.identifier> Business Title: <#lifeCyclePhase.business.title> Insured Period: <#lifeCyclePhase.insuredPeriod.startDate> - <#lifeCyclePhase.insuredPeriod.endDate></sourceString> <sourceInterfaceClass xsi:type="xsd:string">SicsLifeCyclePhaseExternalInterface</sourceInterfaceClass> <sourceObject xsi:type="ref:SicsObjectReference"> <referenceClass xsi:type="xsd:string">SicsLifeCyclePhase</referenceClass> <objectId xsi:type="">F5206FBE7127D611B06700508BACE5A2</objectId> </sourceObject> <showTagsInResult xsi:type="xsd:boolean">false</showTagsInResult> </PopulateTemplateStringRequest> </swdpep:populateTemplateString> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response # The following text was returned as output for the above input.
‘Reinsurance Engine Document Test
Business Identifier: SICS1
...
Produce Document # Request # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SicsNt="http://www.SicsNt.com/SicsNt" xmlns:ref="http://www.SicsNt.com/ReferenceItems" 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:Body> <swdpep:produceDocument xmlns:swdpep="urn:SicsWsDocumentProductionEntryPoint"> <ProduceDocumentRequest xsi:type="ProduceDocumentRequest"> <templateSubCategory xsi:type="xsd:string">COVNOT</templateSubCategory> <templateTitle xsi:type="xsd:string">CAJ TEST</templateTitle> <sourceInterfaceClass xsi:type="xsd:string">SicsLifeCyclePhaseExternalInterface</sourceInterfaceClass> <sourceObject xsi:type="ref:SicsObjectReference"> <referenceClass xsi:type="xsd:string">SicsLifeCyclePhase</referenceClass> <objectId xsi:type="">F5206FBE7127D611B06700508BACE5A2</objectId> </sourceObject> </ProduceDocumentRequest> </swdpep:produceDocument> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response # The above input created a new cover note document in a test database, attached to the relevant business object (the relevant lifeCyclePhase of that business to be exact). The output from this service was simply the document identifier: ‘COV_422’
Please select example from the menu on the left side.
Retrieve Object # Description # This message retrieves the following fields on a business with identifier = NPTTY1A:
Object Field Description Business title The business title Insured Period beginDateTime The Insured Period begin-date Insured Period beginEndTime The Insured Period end-date Request message # <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> <ep:retrieveObject soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.SicsNt.com/DomainRetrieval" xmlns:sri="http://www.SicsNt.com/ReferenceItems" xmlns:ep="urn:SicsWsDomainRetrievalEntryPoint"> <input> <referenceObject xsi:type="sri:SicsBusinessReference"> <identifier>NPTTY1A</identifier> </referenceObject> <specification> <elementSpecification> <name>title</name> </elementSpecification> <elementSpecification> <name>insuredPeriod</name> <elementSpecification> <name>beginDateTime</name> </elementSpecification> <elementSpecification> <name>endDateTime</name> </elementSpecification> </elementSpecification> </specification> </input> </ep:retrieveObject> </soapenv:Body> </soapenv:Envelope> Response message # <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.
...