Sha256: b452b62270df28005a14e72efa6dd4c82a0643266faa028852a5985841a3a854

Contents?: true

Size: 1.14 KB

Versions: 10

Compression:

Stored size: 1.14 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="2.0"?>
<QBXML>
  <QBXMLMsgsRq onError="stopOnError">
    <InvoiceAddRq requestID="2">
      <InvoiceAdd>
        <CustomerRef>
          <ListID>F560000-1197683156</ListID>
        </CustomerRef>
        <TxnDate>2007-12-14</TxnDate>
        <RefNumber>9668</RefNumber>
        <BillAddress>
          <Addr1>56 Cowles Road</Addr1>
          <City>Willington</City>
          <State>CT</State>
          <PostalCode>06279</PostalCode>
          <Country>United States</Country>
        </BillAddress>
        <PONumber/>
        <Memo/>
        <InvoiceLineAdd>
          <ItemRef>
            <FullName>Downloaded Invoice</FullName>
          </ItemRef>
          <Desc>Item 1 Description Goes Here</Desc>
          <Quantity>1</Quantity>
          <Rate>295</Rate>
        </InvoiceLineAdd>
        <InvoiceLineAdd>
          <ItemRef>
            <FullName>Downloaded Invoice</FullName>
          </ItemRef>
          <Desc>Item 2 Description Goes Here</Desc>
          <Quantity>3</Quantity>
          <Rate>25</Rate>
        </InvoiceLineAdd>
      </InvoiceAdd>
    </InvoiceAddRq>
  </QBXMLMsgsRq>
</QBXML>

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
mrglass-qbxml-1.0.0 spec/support/requests/invoice_add_rq.xml
qbxml-0.4.0 spec/support/requests/invoice_add_rq.xml
qbxml-0.3.0 spec/support/requests/invoice_add_rq.xml
qbxml-0.2.0 spec/support/requests/invoice_add_rq.xml
qbxml-0.1.6 spec/support/requests/invoice_add_rq.xml
qbxml-dtd6-1.0.3 spec/support/requests/invoice_add_rq.xml
qbxml-dtd6-1.0.2 spec/support/requests/invoice_add_rq.xml
qbxml-0.1.5 spec/support/requests/invoice_add_rq.xml
qbxml-0.1.4 spec/support/requests/invoice_add_rq.xml
qbxml-0.1.3 spec/support/requests/invoice_add_rq.xml