Created
August 7, 2009 16:40
-
-
Save zackchandler/164004 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"?> | |
| <InvoiceRet> | |
| <TxnID>87</TxnID> | |
| <TimeCreated>2009-08-07T09:25:27</TimeCreated> | |
| <TimeModified>2009-08-07T09:28:19</TimeModified> | |
| <EditSequence>1</EditSequence> | |
| <TxnNumber>87</TxnNumber> | |
| <CustomerRef> | |
| <ListID>27</ListID> | |
| <FullName>Benny Jenkins</FullName> | |
| </CustomerRef> | |
| <ARAccountRef> | |
| <ListID>36</ListID> | |
| <FullName>Accounts Receivable</FullName> | |
| </ARAccountRef> | |
| <TxnDate>2009-08-07</TxnDate> | |
| <RefNumber>1075</RefNumber> | |
| <BillAddress> | |
| <Addr1>123 First Ave | |
| </Addr1> | |
| <Addr2>Suite #1</Addr2> | |
| <City>San Francisco</City> | |
| <State>CA</State> | |
| <PostalCode>55555</PostalCode> | |
| </BillAddress> | |
| <ShipAddress> | |
| <Addr1>123 First Ave | |
| </Addr1> | |
| <Addr2>Suite #1</Addr2> | |
| <City>San Francisco</City> | |
| <State>CA</State> | |
| <PostalCode>55555</PostalCode> | |
| </ShipAddress> | |
| <DueDate>2009-09-06</DueDate> | |
| <ShipDate>2009-08-10</ShipDate> | |
| <ShipMethodRef> | |
| <FullName>UPS</FullName> | |
| </ShipMethodRef> | |
| <Subtotal>189.34</Subtotal> | |
| <SalesTaxPercentage>9.75</SalesTaxPercentage> | |
| <SalesTaxTotal>0.00</SalesTaxTotal> | |
| <AppliedAmount>0.00</AppliedAmount> | |
| <BalanceRemaining>189.34</BalanceRemaining> | |
| <Memo>ServiceSidekick job #2</Memo> | |
| <IsPaid>false</IsPaid> | |
| <IsToBePrinted>false</IsToBePrinted> | |
| <InvoiceLineRet> | |
| <TxnLineID>1</TxnLineID> | |
| <ItemRef> | |
| <ListID>8</ListID> | |
| <FullName>Hourly Rate</FullName> | |
| </ItemRef> | |
| <Quantity>3</Quantity> | |
| <Rate>59</Rate> | |
| <Amount>177.00</Amount> | |
| <ServiceDate>2009-08-07</ServiceDate> | |
| </InvoiceLineRet> | |
| <InvoiceLineRet> | |
| <TxnLineID>2</TxnLineID> | |
| <Desc>Tax</Desc> | |
| <RatePercent>9.75</RatePercent> | |
| <Amount>0.00</Amount> | |
| </InvoiceLineRet> | |
| <InvoiceLineRet> | |
| <TxnLineID>3</TxnLineID> | |
| <Desc>Shipping</Desc> | |
| <Amount>12.34</Amount> | |
| </InvoiceLineRet> | |
| </InvoiceRet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment