SICS API Server - P&C - System Administration - Update System Parameters

SICS API Server - P&C - System Administration - Update System Parameters

Update System Parameters #

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:ns1="http://www.SicsNt.com/SystemAdministration" 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>
      <swsaep:updateSystemParameters xmlns:swsaep="urn:SicsWsSystemAdministrationEntryPoint">
         <genericInput />
         <updateSystemParametersInput>
            <systemParameters>
               <systemParameter xsi:type="ns1:SystemParameterBoolean">
                  <systemParameterKey>DT_ANN_MSG_ENABLED</systemParameterKey>
                  <systemParameterValue>true</systemParameterValue>
               </systemParameter>
               <systemParameter xsi:type="ns1:SystemParameterDate">
                  <systemParameterKey>DT_ANN_MSG_START</systemParameterKey>
                  <systemParameterValue>2022-07-17</systemParameterValue>
               </systemParameter>
               <systemParameter xsi:type="ns1:SystemParameterDate">
                  <systemParameterKey>DT_ANN_MSG_END</systemParameterKey>
                  <systemParameterValue xsi:nil="true" />
               </systemParameter>
               <systemParameter xsi:type="ns1:SystemParameterString">
                  <systemParameterKey>DT_ANN_MSG_TXT</systemParameterKey>
                  <systemParameterValue>The System will be upgraded over the weekend of Saturday July 2 to Sunday July 3. All functions will be available from Monday July 4th.
                                                
More details can be found at http://www.dxc.com/system_upgrades</systemParameterValue>
               </systemParameter>
            </systemParameters>
         </updateSystemParametersInput>
      </swsaep:updateSystemParameters>
   </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>
      <swsaep:updateSystemParametersOut xmlns:swsaep="urn:SicsWsSystemAdministrationEntryPoint" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <updateSystemParametersOutput />
      </swsaep:updateSystemParametersOut>
   </soapenv:Body>
</soapenv:Envelope>