Versions Compared

Key

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

...

Code Block
languagexml
themeRDark
firstline1
titleWeb Service Call
linenumberstrue
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://www.opensys.com.au/ChainIT/4.0/ChainITDataServices">
   <soapenv:Header/>
   <soapenv:Body>
      <SaveConsignment>
 
         <session>
            <AccountID>{{AccountID}}</AccountID>
            <DistributorID>{{DistributorID}}</DistributorID>
            <Expires>{{Expires}}</Expires>
            <Key>{{Key}}</Key>
            <UserID>{{UserID}}</UserID>
         </session>

         <consignment>
            <AccountID>{{AccountID}}</AccountID>
            <CloseAt>18:00</CloseAt>
            <ConsignmentDate>2019-05-21</ConsignmentDate>
				<ConsignmentItems>
                	<ConsignmentItem>
                        <Barcode/>
                        <ConsignmentID>97908306</ConsignmentID>
                        <Description>Truck Parts for the Business</Description>
                        <Height>10</Height>
                        <ItemNo>1</ItemNo>
                        <ItemType>CRT</ItemType>
                        <Length>15</Length>
                        <NoItems>10</NoItems>
                        <ProductID>0</ProductID>
                        <Packaging>Bag</Packaging>
                        <Reference>CNHD2D</Reference>
                        <Volume>1.10</Volume>
                        <Weight>20</Weight>
                        <Width>20</Width>
        	     	</ConsignmentItem>
            	</ConsignmentItems>
			<ConsolidatedSus>	                  
			</ConsolidatedSus>

            <DeliveryInstructions>None</DeliveryInstructions>
            <Description>Description</Description>
            <DistributorID>{{DistributorID}}</DistributorID>

            <ReadyAt>12:00</ReadyAt>

            <Receiver>
               <AddressLocation>
                  <Locality>Nunawading</Locality>
                  <State>VIC</State>
                  <Postcode>3131</Postcode>
                  <CountryCode>AU</CountryCode>
               </AddressLocation>
               <ContactName>Peter Test</ContactName>
               <Email>test@email.com</Email>
               <Line1>113 Rooks Rd</Line1>
               <LocationDetails>
                  <Locality>Nunawading</Locality>
                  <State>VIC</State>
                  <Postcode>3131</Postcode>
                  <CountryCode>AU</CountryCode>
               </LocationDetails>
               <Name>Steve</Name>
               <Phone>0425814806<<Phone>0400000000</Phone>
               <State>VIC</State>
               <Suburb>Nunawading</Suburb>
            </Receiver>
           
            <Reference>Test</Reference>
            <References>
               <!--Zero or more repetitions:-->
               <Reference>
                  <ConsignmentReference>ConRefef1</ConsignmentReference>
               </Reference>
                <Reference>
                  <ConsignmentReference>ConsignRefee2</ConsignmentReference>
               </Reference>
            </References>
            
            <Released>2019-05-21</Released>
            
            <Sender>
               <AccountID>{{AccountID}}</AccountID>
               <AddressLocation>
                  <Locality>Nunawading</Locality>
                  <State>VIC</State>
                  <Postcode>3131</Postcode>
                  <CountryCode>AU</CountryCode>
               </AddressLocation>
               <ContactName>Peter Test</ContactName>
               <Email>test@email.com</Email>
               <Line1>113 Rooks Rd</Line1>
               <LocationDetails>
                  <Locality>Nunawading</Locality>
                  <State>VIC</State>
                  <Postcode>3131</Postcode>
                  <CountryCode>AU</CountryCode>
               </LocationDetails>
               <Name>Steve</Name>
               <Phone>0425814806<<Phone>0400000000</Phone>
               <State>VIC</State>
               <Suburb>Nunawading</Suburb>
            </Sender>
            
            
            <Service>STEFPP</Service>
            <SpecialInstructions>Deliver to the front door</SpecialInstructions>
         </consignment>
      </SaveConsignment>
   </soapenv:Body>
</soapenv:Envelope>

...