Sanmol Software is leading custom solutions provider as per customer needs!!

Sanmol Software

U13, Breezy Castle, 125 Owen Roberts Dr, PO Box 11958, Grand Cayman, KY1-1010, Cayman Islands

24/7 online support


QbXML for Adding a Credit Memo

Example qbXML Request

 
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="8.0"?>
<QBXML>
    <QBXMLMsgsRq onError="stopOnError">
        <CreditMemoAddRq>
            <CreditMemoAdd>
 
                <CustomerRef>
                    <FullName>Keith Palmer</FullName>
                </CustomerRef>
 
                <TxnDate>2013-05-21</TxnDate>
                <RefNumber>1234</RefNumber>
 
                <BillAddress>
                    <Addr1>72 E Blue Grass Road</Addr1>
                    <Addr2>Suite D</Addr2>
                    <City>Willington</City>
                    <State>CT</State>
                    <PostalCode>06279</PostalCode>
                    <Country>USA</Country>
                </BillAddress>
 
                <Memo>Here is a test memo.</Memo>
 
                <CreditMemoLineAdd>
                    <ItemRef>
                        <FullName>Widget</FullName>
                    </ItemRef>
                    <Desc>Widget item description goes here.</Desc>
                    <Quantity>2</Quantity>
                    <Rate>4.95</Rate>
                    <SalesTaxCodeRef>
                        <FullName>Non</FullName>
                    </SalesTaxCodeRef>
                </CreditMemoLineAdd>
 
            </CreditMemoAdd>
 
        </CreditMemoAddRq>
    </QBXMLMsgsRq>
</QBXML>