Webservice

SICS API Server - P&C - Task Management - Create Process

Technical Doc, Webservice

Create Process # 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> <swtmep:createProcess xmlns:swtmep="urn:SicsWsTaskManagementEntryPoint"> <genericInput /> <createProcessInput> <processTemplateReference> <processTemplateIdentifier>T3</processTemplateIdentifier> </processTemplateReference> <processInitiator> <userId>OECKHOFF</userId> </processInitiator> <suggestedActualProcessOwner> <userId>ESKARD</userId> </suggestedActualProcessOwner> <suggestedActualTaskOwner> <userId>GREFSUM</userId> </suggestedActualTaskOwner> <startActiveTaskIfPossible>false</startActiveTaskIfPossible> </createProcessInput> </swtmep:createProcess> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # Response message is not shown.

SICS API Server - P&C - Business Partner - Create Or Update Collateral - Update

Technical Doc, Webservice

Create Or Update Collateral # Description # Updating 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>S165S1A</identifier> </businessPartnerReference> <collateralUpdate> <letterOfCreditUpdate> <issuingBank> <identifier>B130</identifier> <partyIdentifierType> <code>BID</code> <subclassNumber>35</subclassNumber> </partyIdentifierType> </issuingBank> <identifier>A2</identifier> <effectiveDate>2023-03-15</effectiveDate> <expirationDate>2023-03-16</expirationDate> <originalAmount>2400</originalAmount> <originalCurrency> <isoAlpha>NOK</isoAlpha> </originalCurrency> <collateralDetailsList> <collateralDetail> <loCAmountType> <code>INCREASE</code> <subclassNumber>1238</subclassNumber> </loCAmountType> <bankDate>2023-03-13</bankDate> <amount>33</amount> </collateralDetail> </collateralDetailsList> <collateralLatestDetailUpdate> <loCAmountType> <code>DECREASE</code> <subclassNumber>1238</subclassNumber> </loCAmountType> <bankDate>2023-03-15</bankDate> <amount>23</amount> </collateralLatestDetailUpdate> <collateralPercentage>12. ...

SICS API Server - P&C - Domain Retrieval - Retrieve Object - Policy Light

Technical Doc, Webservice

Retrieve Object # Description # This message retrieves all fields on a Policy Light with identifier = NB_26377_2104A: 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:ns1="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:Header /> <SOAP-ENV:Body> <swdrep:retrieveObject xmlns:swdrep="urn:SicsWsDomainRetrievalEntryPoint"> <genericInput /> <input> <referenceObject xsi:type="ns1:SicsPolicyLightBusinessReference"> <identifier>NB_26377_2104A</identifier> </referenceObject> <specification> <retrieveAll>true</retrieveAll> </specification> </input> </swdrep:retrieveObject> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # Response message is not shown.