SICS API Server - Life - Batch Process - Create Accounting Order
Please select example from the menu on the left side.
Please select example from the menu on the left side.
Create Accounting Order # 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/BatchJobs" 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:createAccountingOrder xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint"> <genericInput /> <createAccountingOrderInput xsi:type="ns1:CessionOrder"> <orderType> <code>CESSION</code> <subclassNumber>191</subclassNumber> </orderType> <title>Cession Order-API</title> <dueDateFrom>2010-01-01</dueDateFrom> <dueDateUpTo>2025-11-10</dueDateUpTo> <shouldCloseWorksheet>true</shouldCloseWorksheet> <extractedAccountingPeriodSet> <code>AYR</code> <subclassNumber>176</subclassNumber> </extractedAccountingPeriodSet> <extractedAccountingYearTo>2010</extractedAccountingYearTo> <extractedAccountingPeriodTo> <code>AYR</code> <subclassNumber>177</subclassNumber> </extractedAccountingPeriodTo> <classifications> <businessTypes> <code>PA</code> <subclassNumber>46</subclassNumber> </businessTypes> <accountClassification> <code>RA</code> <subclassNumber>185</subclassNumber> </accountClassification> </classifications> <businessesList> <businesses> <business> <identifier>IN8955</identifier> </business> <isIncluded>true</isIncluded> </businesses> </businessesList> </createAccountingOrderInput> </swbpep:createAccountingOrder> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <? ...
Create Job # 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/BatchJobs" 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:createJob xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint"> <genericInput /> <createJobInput> <jobIdentifier>job Scheduler</jobIdentifier> <jobActivation> <code>A</code> <subclassNumber>304</subclassNumber> </jobActivation> <priority>0</priority> <desiredScheduler> <name>DEFAULT</name> </desiredScheduler> <desiredStartTime>2025-12-05T13:50:21+00:00</desiredStartTime> <jobStepList> <jobStep xsi:type="ns1:AccountingOrder"> <sequence>1</sequence> <accountingOrder> <identifier>AO3586</identifier> </accountingOrder> </jobStep> </jobStepList> </createJobInput> </swbpep:createJob> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <?xml version="1.0" encoding="ISO-8859-1"?> <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> <swbaep:createJobResponse xmlns:swbaep="urn:SicsWsBatchProcessEntryPoint" xsi:type="swbaep:CreateJobOutput"> <createJobOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsBatchJobReference"> <jobIdentifier xmlns:cmt="http://www.SicsNt.com/CommonTypes" xsi:type="cmt:String20">job Scheduler</jobIdentifier> </createJobOutput> </swbaep:createJobResponse> </soapenv:Body> </soapenv:Envelope>
Create Order # 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/BatchJobs" 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:createOrder xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint"> <genericInput /> <createOrderInput xsi:type="ns1:RetrocessionProcessingOrder"> <orderSubType> <code>A</code> <subclassNumber>1020</subclassNumber> </orderSubType> <title>API_RPO1</title> <effectivePeriodFrom>2025-02-16T18:55:37+00:00</effectivePeriodFrom> <classificationSelectionByPPSection>true</classificationSelectionByPPSection> <allowMoreThanOnePP>true</allowMoreThanOnePP> <protectionProgramSection> <identifier>PP1545</identifier> <sequenceNumber>0</sequenceNumber> </protectionProgramSection> <classification> <cedent> <identifier>BP590</identifier> </cedent> <baseCompany> <identifier>BP590</identifier> </baseCompany> <reportingUnit> <code>L01</code> </reportingUnit> <excludedRefData> <code>DEATH</code> <subclassNumber>975</subclassNumber> </excludedRefData> <excludedRefData> <code>PTD</code> <subclassNumber>976</subclassNumber> </excludedRefData> </classification> <assumedBusinesses> <assumedBusiness> <identifier>IN7618</identifier> </assumedBusiness> </assumedBusinesses> </createOrderInput> </swbpep:createOrder> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <? ...
Please select example from the menu on the left side.
Add Realise Non Prop Fac Occ Protection # Description # Request message # Response message #
Please select example from the menu on the left side.
Add Realise Non Prop Fac Occ Protection To Light Policy # Description # Request message # Response message #
Please select example from the menu on the left side.
Amend Classification # Request message # Response message #