Skip to main content
Skip table of contents

FA Purchase

URL

Verbs

Function

Available

/FAPurchase

GET

Query a list of all FA Purchase

2021.2

/FAPurchase/<reference>

GET

Get a specific FA Purchases with a particular reference (noting that reference codes are NOT unique). If the reference is unique a single record will be returned, if it is not unique a list will be returned

2021.2

 

Supported modifiers

Query String

Definition

Sample
Available
modifiedSinceReturn FA Purchases modified since a particular date and timemodifiedSince=2013-02-28T16:45:002021.2
fixedAssetReturn a list of FA Purchases for a particular AssetfixedAsset=244543422021.2
subCodeUsed in conjunction with fixedAsset to locate a particular assetsubCode=XYZ2021.2
postingDateReturn FA Purchases for a specific Posting DatepostingDate=2018-08-012021.2
includeBalancesInclude the Asset BalancesincludeBalances=true2021.2

 

Security Linked Menu

Menu Item
Located
PurchasesData Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FAPurchases collection='true' count='1'>
    <FAPurchase>
        <Edition>8</Edition>
        <OidString>3273.3</OidString>
        <EntryTimeStamp>2008-04-24T14:38:16</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2008-04-24T14:38:16</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2008-04-24</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>35950.00</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>false</IsRootTransaction>
        <Branch>01</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2008-04-24</PostingDate>
        <Reference>1</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText/>
        <AccValue>35950.00</AccValue>
        <TaxValue>35950.00</TaxValue>
        <Quantity>1.0000</Quantity>
        <Notes>Created by AP Invoice FA Line item</Notes>
        <FixedAsset>MV001</FixedAsset>
        <SubCode>001</SubCode>
        <Balances>
            <AccCost>0.00</AccCost>
            <AccAccumulatedDepreciation>0.00</AccAccumulatedDepreciation>
            <AccBookValue>0.00</AccBookValue>
            <TaxCost>0.00</TaxCost>
            <TaxAccumulatedDepreciation>0.00</TaxAccumulatedDepreciation>
            <TaxBookValue>0.00</TaxBookValue>
            <Quantity>0.0000</Quantity>
        </Balances>
        <Difference>0.00</Difference>
        <IsAdditionType>true</IsAdditionType>
        <IsDepreciationOffset>false</IsDepreciationOffset>
    </FAPurchase>
</FAPurchases>
JavaScript errors detected

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

If this problem persists, please contact our support.