Created
February 20, 2011 15:20
-
-
Save brandon-beacher/836040 to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<orderDetails> | |
<entityId>10278447</entityId> | |
<orderId>278233</orderId> | |
<orderName>Online Shop 25-Jan-2011 10:11 AM</orderName> | |
<workflowId>10044</workflowId> | |
<statusTypeId>59061</statusTypeId> | |
<countryCode>US</countryCode> | |
<orderType>2</orderType> | |
<invoiceNumber>1055</invoiceNumber> | |
<invoiceDate>2011-02-25T00:00:00</invoiceDate> | |
<userID_AssignedTo>0</userID_AssignedTo> | |
<shippingAmount>0</shippingAmount> | |
<shippingTaxRate>0</shippingTaxRate> | |
<shippingAttention/> | |
<shippingInstructions/> | |
<shippingOptionId>0</shippingOptionId> | |
<discountCodeId>0</discountCodeId> | |
<discountRate>0</discountRate> | |
<totalOrderAmount>7.8</totalOrderAmount> | |
<directDebitTypeId>1</directDebitTypeId> | |
<directDebitDays>0</directDebitDays> | |
<isRecur>true</isRecur> | |
<nextInvoiceDate>2011-03-25T00:00:00</nextInvoiceDate> | |
<endRecurDate>9999-12-31T00:00:00</endRecurDate> | |
<cycleTypeID>5</cycleTypeID> | |
<createDate>2011-01-25T10:13:00</createDate> | |
<lastUpdateDate>2011-01-25T10:13:00</lastUpdateDate> | |
<deleted>false</deleted> | |
<products> | |
<Product> | |
<productId>918327</productId> | |
<productCode>39-1-Monthly</productCode> | |
<productDescription>1 Person Monthly</productDescription> | |
<units>1</units> | |
<unitPrice>39</unitPrice> | |
<unitTaxRate>0</unitTaxRate> | |
<totalProductPrice>39</totalProductPrice> | |
<productName>1 Person Monthly $39, Now Till Month\'s End</productName> | |
</Product> | |
</products> | |
<addresses> | |
<Address> | |
<addressTypeID>8</addressTypeID> | |
<addressLine1>345 Franklin Rd</addressLine1> | |
<addressLine2/> | |
<city>Atlanta</city> | |
<zipcode>30342</zipcode> | |
<state>GA</state> | |
<countryCode>US</countryCode> | |
</Address> | |
</addresses> | |
</orderDetails> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment