SICS API Server - Life - Batch Process - Create Accounting Order

SICS API Server - Life - Batch Process - Create Accounting Order

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 #

<?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:createAccountingOrderResponse xmlns:swbaep="urn:SicsWsBatchProcessEntryPoint" xsi:type="swbaep:CreateAccountingOrderOutput">
      <createAccountingOrderOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsAccountingOrderReference">
        <identifier xmlns:cmt="http://www.SicsNt.com/CommonTypes" xsi:type="cmt:String20">AO3646</identifier>
      </createAccountingOrderOutput>
    </swbaep:createAccountingOrderResponse>
  </soapenv:Body>
</soapenv:Envelope>