Skip to main content
Skip table of contents

FA Depreciation

URL

Verbs

Function

Available

/FADepreciation

GET

Query a list of all FA Depreciations

2021.2

/FADepreciation/<reference>

GET

Get a specific FA Depreciations 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 Depreciations modified since a particular date and timemodifiedSince=2013-02-28T16:45:002021.2
fixedAssetReturn a list of FA Depreciations for a particular AssetfixedAsset=244543422021.2
subCodeUsed in conjunction with fixedAsset to locate a particular assetsubCode=XYZ2021.2
postingDateReturn FA Depreciations for a specific Posting DatepostingDate=2018-08-012021.2
includeBalancesInclude the Asset BalancesincludeBalances=true2021.2

 

Security Linked Menu

Menu Item
Located
AdjustmentsData Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FADepreciations collection='true' count='1'>
    <FADepreciation>
        <Edition>7</Edition>
        <OidString>3271.64</OidString>
        <EntryTimeStamp>2009-07-31T13:55:06</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2009-07-31T13:55:06</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2011-04-30</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>589.18</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>395</BatchNumber>
        <Branch>01</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2011-04-30</PostingDate>
        <Reference>Dep: April</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText>Dep: April</StandardText>
        <AccValue>589.18</AccValue>
        <TaxValue>589.18</TaxValue>
        <Quantity>0.0000</Quantity>
        <Notes/>
        <FixedAsset>MV001</FixedAsset>
        <SubCode>001</SubCode>
        <Balances>
            <AccCost>35950.00</AccCost>
            <AccAccumulatedDepreciation>5901.79</AccAccumulatedDepreciation>
            <AccBookValue>30048.21</AccBookValue>
            <TaxCost>35950.00</TaxCost>
            <TaxAccumulatedDepreciation>5901.79</TaxAccumulatedDepreciation>
            <TaxBookValue>30048.21</TaxBookValue>
            <Quantity>1.0000</Quantity>
        </Balances>
    </FADepreciation>
</FADepreciations>
JavaScript errors detected

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

If this problem persists, please contact our support.