Created
March 19, 2015 12:27
-
-
Save donbonifacio/8daa14a60f63c0daa68d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<shipping> | |
<date>19/12/2013</date> | |
<due_date>19/12/2013</due_date> | |
<loaded_at>10/10/2050</loaded_at> | |
<license_plate>00-AA-11</license_plate> | |
<client> | |
<name>Joao</name> | |
<code>Jony123</code> | |
<email>[email protected]</email> | |
<address>Rua daquilo</address> | |
<postal_code>2725</postal_code> | |
<fiscal_id>999999990</fiscal_id> | |
</client> | |
<address_from> | |
<detail>Rua da Origem</detail> | |
<postal_code>1234-123</postal_code> | |
<city>Amadora</city> | |
</address_from> | |
<address_to> | |
<detail>Rua do Destino</detail> | |
<postal_code>1234-123</postal_code> | |
<city>London</city> | |
<country>USA</country> | |
</address_to> | |
<items type="array"> | |
<item> | |
<name>ItemTeste1</name> | |
<description>ItemTeste1</description> | |
<unit_price>10.0</unit_price> | |
<quantity>1</quantity> | |
<tax> | |
<name>IVA23</name> | |
</tax> | |
</item> | |
</items> | |
</shipping> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment