Shipment Import

From UG

(Difference between revisions)
Jump to: navigation, search
(Created page with 'Category:EDI to TMS')
Line 1: Line 1:
[[Category:EDI to TMS]]
[[Category:EDI to TMS]]
 +
 +
 +
== Example ==
 +
 +
<pre>
 +
 +
  <?xml version="1.0" encoding="iso-8859-1" ?>
 +
- <ns0:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:ns0="http://www.w3.org/2003/05/soap-envelope" xmlns:ebi="http://www.myvan.descartes.com/ebi/2004/r1">
 +
- <ns0:Header>
 +
- <wsa:From>
 +
  <wsa:Address>urn:duns:657589457</wsa:Address>
 +
  </wsa:From>
 +
  <wsa:To>urn:duns:657589457</wsa:To>
 +
  <wsa:Action>urn:myvan:856</wsa:Action>
 +
- <ebi:Sequence>
 +
  <ebi:MessageNumber>12117</ebi:MessageNumber>
 +
  </ebi:Sequence>
 +
  <wsa:MessageID />
 +
  </ns0:Header>
 +
- <ns0:Body>
 +
- <parmDocEnvelope>
 +
- <DocShipment ShipmentNo="3161007" MessagePurpose="1002" CarrierCode="" EarliestAvailDate="2010-08-130 08:00:00" LatestAvailDate="2010-08-30 16:00:00" TotalWgt="98" WgtUOM="200" BillingOption="10">
 +
  <DSGOriginAddress LocationNo="08081831" StreetName="7725 PARKLAWN AVENUE" City="EDINA" State="MN" PostalCode="55439" Country="US" CompanyName="Company ABC" />
 +
  <DSGDestinationAddress LocationNo="" StreetName="95 Paquin Road" City="MANITOBA" State="MB" PostalCode="R2J 3V9" Country="CA" CompanyName="Consumer Products" />
 +
  <DSGReferenceNumbers RefNoType="Stack Pallets" Value="Yes" />
 +
  <DSGShipmentAccessorial AccName="Hazardous" />
 +
- <DocShpLineItem ContainerQuantity="1" Description="Goods" TotalLineItemWeight="98" WgtUOM="200" ContainerType="15" LineItemNumber="1" OrderQty="10" OrderQtyUOM="1" PurchaseOrderNo="PO#">
 +
  <DSGReferenceNumbers RefNoType="Order Pieces" Value="200 Pieces" />
 +
  </DocShpLineItem>
 +
  </DocShipment>
 +
  </parmDocEnvelope>
 +
  </ns0:Body>
 +
  </ns0:Envelope>
 +
 +
</pre>

Revision as of 18:12, 3 September 2010


Example


  <?xml version="1.0" encoding="iso-8859-1" ?> 
- <ns0:Envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" xmlns:ns0="http://www.w3.org/2003/05/soap-envelope" xmlns:ebi="http://www.myvan.descartes.com/ebi/2004/r1">
- <ns0:Header>
- <wsa:From>
  <wsa:Address>urn:duns:657589457</wsa:Address> 
  </wsa:From>
  <wsa:To>urn:duns:657589457</wsa:To> 
  <wsa:Action>urn:myvan:856</wsa:Action> 
- <ebi:Sequence>
  <ebi:MessageNumber>12117</ebi:MessageNumber> 
  </ebi:Sequence>
  <wsa:MessageID /> 
  </ns0:Header>
- <ns0:Body>
- <parmDocEnvelope>
- <DocShipment ShipmentNo="3161007" MessagePurpose="1002" CarrierCode="" EarliestAvailDate="2010-08-130 08:00:00" LatestAvailDate="2010-08-30 16:00:00" TotalWgt="98" WgtUOM="200" BillingOption="10">
  <DSGOriginAddress LocationNo="08081831" StreetName="7725 PARKLAWN AVENUE" City="EDINA" State="MN" PostalCode="55439" Country="US" CompanyName="Company ABC" /> 
  <DSGDestinationAddress LocationNo="" StreetName="95 Paquin Road" City="MANITOBA" State="MB" PostalCode="R2J 3V9" Country="CA" CompanyName="Consumer Products" /> 
  <DSGReferenceNumbers RefNoType="Stack Pallets" Value="Yes" /> 
  <DSGShipmentAccessorial AccName="Hazardous" /> 
- <DocShpLineItem ContainerQuantity="1" Description="Goods" TotalLineItemWeight="98" WgtUOM="200" ContainerType="15" LineItemNumber="1" OrderQty="10" OrderQtyUOM="1" PurchaseOrderNo="PO#">
  <DSGReferenceNumbers RefNoType="Order Pieces" Value="200 Pieces" /> 
  </DocShpLineItem>
  </DocShipment>
  </parmDocEnvelope>
  </ns0:Body>
  </ns0:Envelope>

Personal tools