Skip to content

Instantly share code, notes, and snippets.

@CGA1123
Created March 29, 2016 17:42
Show Gist options
  • Save CGA1123/ba4ad9fe9d7e0d84ee18995a0e5cf04a to your computer and use it in GitHub Desktop.
Save CGA1123/ba4ad9fe9d7e0d84ee18995a0e5cf04a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<deliveries>
<customers>
<customer id="1">
<mainAddress>238 Aliquam Rd</mainAddress>
<postCode>K6L 8XT</postCode>
<phoneNumber>07096527084</phoneNumber>
<email>[email protected]</email>
</customer>
<customer id="2">
<mainAddress>495-5438 Mi Rd</mainAddress>
<postCode>YO8R 7VI</postCode>
<phoneNumber>07812092271</phoneNumber>
<email>[email protected]</email>
</customer>
<customer id="3">
<mainAddress>5422 Nibh Rd</mainAddress>
<postCode>ZX37 0KA</postCode>
<phoneNumber>01243547552</phoneNumber>
<email>[email protected]</email>
</customer>
<customer id="4">
<mainAddress>366-8586 Sit Ave</mainAddress>
<postCode>YI4U 5BY</postCode>
<phoneNumber>05563927560</phoneNumber>
<email>[email protected]</email>
</customer>
</customers>
<consumerCustomers>
<consumerCustomer>
<firstName>Emily</firstName>
<lastName>Sharp</lastName>
<customerRef>1</customerRef>
</consumerCustomer>
<consumerCustomer>
<firstName>Quail</firstName>
<lastName>Mccoy</lastName>
<customerRef>2</customerRef>
</consumerCustomer>
<consumerCustomer>
<firstName>Nissim</firstName>
<lastName>Cantu</lastName>
<customerRef>3</customerRef>
</consumerCustomer>
<consumerCustomer>
<firstName>Fleur</firstName>
<lastName>Garza</lastName>
<customerRef>4</customerRef>
</consumerCustomer>
</consumerCustomers>
<payments>
<payment id="LPH55BB02QOL">
<subTotal>124.69</subTotal>
<tax>21</tax>
</payment>
<payment id="TLM23ZZ21QES">
<subTotal>255.39</subTotal>
<tax>18</tax>
</payment>
<payment id="RQT51OE07DWI">
<subTotal>151.80</subTotal>
<tax>22</tax>
</payment>
<payment id="GNE53JK30ECK">
<subTotal>116.30</subTotal>
<tax>19</tax>
</payment>
</payments>
<packages>
<package id="1F896UM2G1VU">
<pickUpAddr>894-6929 Rhoncus Av.</pickUpAddr>
<pickUpPostCode>ZD31 0BV</pickUpPostCode>
<deliveryAddr>5300 Parturient Rd.</deliveryAddr>
<deliveryPostCode>U5A 6TF</deliveryPostCode>
<deliveryType>Express</deliveryType>
<weight>3.76</weight>
<dateTimePickedUp>2/29/2016 13:18:26</dateTimePickedUp>
<dateTimeDelivery>3/12/2016 18:43:04</dateTimeDelivery>
<customerRef>1</customerRef>
<paymentRef>LPH55BB02QOL</paymentRef>
</package>
<package id="6E471JT9A9QO">
<pickUpAddr>953-9252 Maecenas Av.</pickUpAddr>
<pickUpPostCode>X1X 2OB</pickUpPostCode>
<deliveryAddr>9023 Sem Rd.</deliveryAddr>
<deliveryPostCode>VK6X 5ZC</deliveryPostCode>
<deliveryType>Standard</deliveryType>
<weight>10.63</weight>
<dateTimePickedUp>2/28/2016 19:21:04</dateTimePickedUp>
<dateTimeDelivery>3/13/2016 16:38:44</dateTimeDelivery>
<customerRef>2</customerRef>
<paymentRef>TLM23ZZ21QES</paymentRef>
</package>
<package id="0M660OE9C2XK">
<pickUpAddr>347 Sociis Avenue</pickUpAddr>
<pickUpPostCode>NJ12 8HW</pickUpPostCode>
<deliveryAddr>253-370 Sed Street</deliveryAddr>
<deliveryPostCode>KS34 7TB</deliveryPostCode>
<deliveryType>Standard</deliveryType>
<weight>7.85</weight>
<dateTimePickedUp>3/1/2016 4:07:48</dateTimePickedUp>
<dateTimeDelivery>3/12/2016 14:48:33</dateTimeDelivery>
<customerRef>3</customerRef>
<paymentRef>RQT51OE07DWI</paymentRef>
</package>
<package id="8D190VI2E1YJ">
<pickUpAddr>298-3280 Eget St.</pickUpAddr>
<pickUpPostCode>GJ44 3RS</pickUpPostCode>
<deliveryAddr>3015 Sit Rd.</deliveryAddr>
<deliveryPostCode>YK53 6AA</deliveryPostCode>
<deliveryType>Express</deliveryType>
<weight>1.22</weight>
<dateTimePickedUp>2/28/2016 10:20:16</dateTimePickedUp>
<dateTimeDelivery>3/13/2016 19:26:24</dateTimeDelivery>
<customerRef>4</customerRef>
<paymentRef>GNE53JK30ECK</paymentRef>
</package>
</packages>
</deliveries>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment