Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeRDark
firstline1
titleWeb Service Call
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cha="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
   <soapenv:Header/>
   <soapenv:Body>
      <cha:GetChargeQuote>

  <!-- Session Credentials Available By following the "Login Web Service Call" 
							https://flipgroup.atlassian.net/wiki/spaces/FLIP/pages/703102977/2a+Example+Web+Service+Call+Login-->       
		 <cha:session>
            <cha:AccountID>115860</cha:AccountID>
 GenerateLabels>
          <!--MandatoryOptional:-->
            <cha:DistributorID>101605</cha:DistributorID>session>
            <!--MandatoryOptional:-->
            <cha:Expires>2018-08-14T09:27:17.78<AccountID>?</cha:Expires>AccountID>
            <!--MandatoryOptional:-->
            <cha:Key>D1F83B85-4EEE-4AD1-BC53-99E57836C246<DistributorID>?</cha:Key>DistributorID>
            <!--MandatoryOptional:-->
            <cha:UserID>64796</cha:UserID>
			<!--Mandatory:-->
         Expires>?</cha:session>


    Expires>
    <cha:shipperID>115860</cha:shipperID>          <!--MandatoryOptional:-->
         <cha:effectiveDate>15/08/2018</cha:effectiveDate>
    
    <!--Mandatory:-->          <cha:senderLocation>Nunawading</cha:senderLocation>
         <!--Mandatory:-->
         <cha:senderPostcode>3131</cha:senderPostcode>
         <!--Mandatory:-->
         <cha:receiverLocation>Narooma</cha:receiverLocation>Key>?</cha:Key>
            <!--Mandatory:-->
         <cha:receiverPostcode>2546</cha:receiverPostcode>
         <!--MandatoryOptional:-->
         <cha:items>4</cha:items>
   
     <!--Mandatory:-->          <cha:weight>18</cha:weight>
         <!--Mandatory:-->
         <cha:volume>20<UserID>?</cha:volume>UserID>
         <!--Mandatory:-->
         <cha:time>0</cha:time>session>
         <!--Optional:Estimated Travel Time. Recommended not to be used as inaccuracies in time calculation greatly vary quote results.-->
         <!--
			 1 = Yes
			 0 = No 
		 -->
         <cha:distance>0</cha:distance>
         <!--Optional: Estimated Distance between sender and receiver locations. Recommended not to be used as inaccuracies in route taken greatly vary quote results. -->
         <!--
			 1 = Yes
			 0 = No 
		 -->
         <cha:serviceList></cha:serviceList>
		 <!--Optional: Concatenated string of active services for the current Session. Found by called GetStandardServices function. -->consignmentID>?</cha:consignmentID>
        </cha:GetChargeQuote>
GenerateLabels>
   </soapenv:Body>
</soapenv:Envelope>

...