Skip to content

Instantly share code, notes, and snippets.

@steverobbins
Created December 21, 2016 19:21
Show Gist options
  • Save steverobbins/9ccad7247b5b9ed51b3b65c86e09cc21 to your computer and use it in GitHub Desktop.
Save steverobbins/9ccad7247b5b9ed51b3b65c86e09cc21 to your computer and use it in GitHub Desktop.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:microsoft-dynamics-nav/xmlports/x55036" xmlns:ns2="urn:microsoft-dynamics-schemas/codeunit/Malibu">
<SOAP-ENV:Body>
<ns2:ImportShipmentLines>
<ns2:request>
<ns1:ShipmentHdr>
<ns1:NAVOrderNo>1475776983</ns1:NAVOrderNo>
<ns1:MagentoOrderNo>1475776984</ns1:MagentoOrderNo>
<ns1:ShipMethod>USPS</ns1:ShipMethod>
<ns1:ShipAgent>Steve Robbins</ns1:ShipAgent>
<ns1:TrackingNumbers>1234,5678</ns1:TrackingNumbers>
<ns1:Descriptions>USPS First Class,USPS Standard</ns1:Descriptions>
<ns1:ShippingCost>9.99</ns1:ShippingCost>
<ns1:ShipmentLine>
<ns1:ItemNo>1234</ns1:ItemNo>
<ns1:QtyShipped>1</ns1:QtyShipped>
</ns1:ShipmentLine>
<ns1:ShipmentLine>
<ns1:ItemNo>5678</ns1:ItemNo>
<ns1:QtyShipped>2</ns1:QtyShipped>
</ns1:ShipmentLine>
</ns1:ShipmentHdr>
<ns1:ShipmentHdr>
<ns1:NAVOrderNo>1475776985</ns1:NAVOrderNo>
<ns1:MagentoOrderNo>1475776986</ns1:MagentoOrderNo>
<ns1:ShipMethod>USPS</ns1:ShipMethod>
<ns1:ShipAgent>Steve Robbins</ns1:ShipAgent>
<ns1:TrackingNumbers>1234,5678</ns1:TrackingNumbers>
<ns1:Descriptions>USPS First Class,USPS Overnight</ns1:Descriptions>
<ns1:ShippingCost>9.99</ns1:ShippingCost>
<ns1:ShipmentLine>
<ns1:ItemNo>1234</ns1:ItemNo>
<ns1:QtyShipped>1</ns1:QtyShipped>
</ns1:ShipmentLine>
<ns1:ShipmentLine>
<ns1:ItemNo>5678</ns1:ItemNo>
<ns1:QtyShipped>2</ns1:QtyShipped>
</ns1:ShipmentLine>
</ns1:ShipmentHdr>
</ns2:request>
</ns2:ImportShipmentLines>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment