Skip to main content
Skip table of contents

AR Credit Note

URL

Verbs

Function

ARCreditNote/<reference>GETQuery an AR Credit Note by its reference

ARCreditNote

POST

Create a new Credit Note

ARCreditNoteGETQuery a list of AR Credit Notes

Supported modifiers

Query String

Definition

Sample
Available

modifiedSince

Return a list of AR Credit Notes which have been modified since a date/time

modifiedSince=2012-09-11T10:30:00 
customerReturn a list if AR Credit Notes for a particular Customercustomer=CUST1234 
holdCodeReturn a list of AR Credit Notes which have a particular Hold CodeholdCode=Open 
postingDateReturn AR Credit Notes for a specific Posting DatepostingDate=2018-08-012021.1

Security Linked Menu

Menu Item
Located
Credit Note EntryData Entry / Accounts Receivable

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<ARCreditNote>
    <Edition>6</Edition>
    <OidString>2353.1</OidString>
    <EntryTimeStamp>2007-05-29T10:25:01</EntryTimeStamp>
    <EntryUser>SUPER</EntryUser>
    <ModifiedTimeStamp>2008-07-16T09:26:47</ModifiedTimeStamp>
    <ModifiedUser>SUPER</ModifiedUser>
    <CurrencyRate>1.00000000</CurrencyRate>
    <DocumentDate>2007-06-29</DocumentDate>
    <Discount>0.00</Discount>
    <HoldAmount>0</HoldAmount>
    <NetAmount>-995.00</NetAmount>
    <TaxAmount>-99.50</TaxAmount>
    <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
    <IsPrinted>false</IsPrinted>
    <IsRootTransaction>true</IsRootTransaction>
    <BatchNumber>275</BatchNumber>
    <Branch>03</Branch>
    <Currency>AUD</Currency>
    <PostingDate>2007-06-29</PostingDate>
    <Reference>CRE030529</Reference>
    <SourceSystem>Greentree</SourceSystem>
    <StandardText>Kangan Education Unit</StandardText>
    <PaymentDate>2007-05-29</PaymentDate>
    <Customer>1000</Customer>
    <DeliveryAddress>
        <AddressNumber>1</AddressNumber>
        <IsPrimaryAddress>false</IsPrimaryAddress>
        <IsActive>true</IsActive>
        <RunNumber>10</RunNumber>
        <DropSequence>20</DropSequence>
        <Instructions/>
        <Contact>Des Stanley</Contact>
        <Address1>(Rear Door) via lane</Address1>
        <Address2>Lot 2, Main Hwy</Address2>
        <Address3>MacGregor</Address3>
        <Suburb/>
        <Postcode>3125</Postcode>
        <State>VIC</State>
        <Country>AUS</Country>
        <TZone>+10:00</TZone>
        <PhoneBH>(03) 8425 1213</PhoneBH>
        <PhoneAH/>
        <Fax/>
        <Email/>
        <Web/>
        <Mobile/>
    </DeliveryAddress>
    <CreditNoteAddress>
        <Contact>Des Stanley</Contact>
        <Address1>(Rear Door) via lane</Address1>
        <Address2>Lot 2, Main Hwy</Address2>
        <Address3>MacGregor</Address3>
        <Suburb/>
        <Postcode>3125</Postcode>
        <State>VIC</State>
        <Country>AUS</Country>
        <TZone>+10:00</TZone>
        <PhoneBH>(03) 8425 1213</PhoneBH>
        <PhoneAH/>
        <Fax/>
        <Email/>
        <Web/>
        <Mobile/>
    </CreditNoteAddress>
    <SalesPerson>SAMPSS</SalesPerson>
    <OrderNumber/>
    <AppliedToInvoice>500020.01</AppliedToInvoice>
    <LineItems collection='true' count='1'>
        <LineItem>
            <LineType>INARLineItem</LineType>
            <LineNumber>1</LineNumber>
            <OidString>2712.38</OidString>
            <Edition>4</Edition>
            <TaxCode>GST 10%</TaxCode>
            <TaxType>Inclusive</TaxType>
            <Quantity>5.0000</Quantity>
            <DiscountPercentage>0.00</DiscountPercentage>
            <Amount>-995.00</Amount>
            <DiscountAmount>0.00</DiscountAmount>
            <HoldAmount>0.00</HoldAmount>
            <TaxAmount>-99.50</TaxAmount>
            <TaxPercentage>10.0000</TaxPercentage>
            <UnitPrice>218.9000</UnitPrice>
            <StandardText/>
            <CurrencyRate>1.00000000</CurrencyRate>
            <DocumentDate>2007-06-29</DocumentDate>
            <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
            <IsRateFixed>false</IsRateFixed>
            <LineItemType>IN</LineItemType>
            <NonTaxPrice>199.0000</NonTaxPrice>
            <PostingDate>2007-06-29</PostingDate>
            <TaxInclusivePrice>218.9000</TaxInclusivePrice>
            <CostNet>-995.00</CostNet>
            <CostTax>0.00</CostTax>
            <IsPrintBasedOnReceivingQty>false</IsPrintBasedOnReceivingQty>
            <IsPrintOneLabelPerLine>false</IsPrintOneLabelPerLine>
            <LabelsPerUnit>0</LabelsPerUnit>
            <Location>02</Location>
            <PriceLevel>RETAIL</PriceLevel>
            <StockItem>KINGMAX512MBDDR</StockItem>
            <TransactionType>AR Credit</TransactionType>
            <UnitOfMeasure>EA</UnitOfMeasure>
            <EffectOnStock>1</EffectOnStock>
            <PrintLabelsBaseUnit/>
            <StockingQty>5.0000</StockingQty>
            <ActualDimension>0</ActualDimension>
            <EstimatedDimension>0</EstimatedDimension>
        </LineItem>
    </LineItems>
</ARCreditNote>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.