Created
July 31, 2009 15:44
-
-
Save zackchandler/159279 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"?> | |
| <!DOCTYPE QBXML PUBLIC "-//INTUIT//DTD QBXML QBO 6.0//EN" "http://webapps.quickbooks.com/dtds/qbxmlops60.dtd"> | |
| <QBXML> | |
| <SignonMsgsRq> | |
| <SignonTicketRq> | |
| <ClientDateTime>2009-07-31</ClientDateTime> | |
| <SessionTicket>abc123:123456789</SessionTicket> | |
| <Language>English</Language> | |
| <AppID>108096790</AppID> | |
| <AppVer>1</AppVer> | |
| </SignonTicketRq> | |
| </SignonMsgsRq> | |
| <QBXMLMsgsRq onError="continueOnError"> | |
| <InvoiceAddRq requestID="job-1234567"> | |
| <InvoiceAdd> | |
| <CustomerRef> | |
| <ListID>8073</ListID> | |
| </CustomerRef> | |
| <TxnDate>2009-07-31</TxnDate> | |
| <Memo>Ship Date Aug 3, 2009</Memo> | |
| <InvoiceLineAdd> | |
| <ItemRef> | |
| <ListID>416</ListID> | |
| </ItemRef> | |
| <Desc>1-9oz Buckley's Lemon Almond Thimble Canister</Desc> | |
| <Quantity>1.0</Quantity> | |
| <Rate>2.93</Rate> | |
| <ServiceDate>2009-07-31</ServiceDate> | |
| <IsTaxable>false</IsTaxable> | |
| </InvoiceLineAdd> | |
| <InvoiceLineAdd> | |
| <ItemRef> | |
| <ListID>403</ListID> | |
| </ItemRef> | |
| <Desc>6oz Tapered GW Chocolate Each</Desc> | |
| <Quantity>1.0</Quantity> | |
| <Rate>2.69</Rate> | |
| <ServiceDate>2009-07-31</ServiceDate> | |
| <IsTaxable>false</IsTaxable> | |
| </InvoiceLineAdd> | |
| <InvoiceLineAdd> | |
| <ItemRef> | |
| <ListID>395</ListID> | |
| </ItemRef> | |
| <Desc>5oz Monica's Pecan Wedge Box</Desc> | |
| <Quantity>1.0</Quantity> | |
| <Rate>2.71</Rate> | |
| <ServiceDate>2009-07-31</ServiceDate> | |
| <IsTaxable>false</IsTaxable> | |
| </InvoiceLineAdd> | |
| <SalesTaxLineAdd> | |
| <RatePercent>6.875</RatePercent> | |
| </SalesTaxLineAdd> | |
| </InvoiceAdd> | |
| </InvoiceAddRq> | |
| </QBXMLMsgsRq> | |
| </QBXML> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment