Skip to main content
Skip table of contents

FA Adjustment

URL

Verbs

Function

Available

/FAAdjustment

GET

Query a list of all FA Adjustments

2021.2

/FAAdjustment/<reference>

GET

Get a specific FA Adjustments 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 Adjustments modified since a particular date and timemodifiedSince=2013-02-28T16:45:002021.2
fixedAssetReturn a list of FA Adjustments for a particular AssetfixedAsset=244543422021.2
subCodeUsed in conjunction with fixedAsset to locate a particular assetsubCode=XYZ2021.2
postingDateReturn FA Adjustments 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"?>
<FAAdjustments collection='true' count='1'>
    <FAAdjustment>
        <Edition>1</Edition>
        <OidString>3269.1</OidString>
        <EntryTimeStamp>2021-03-13T12:45:55</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2021-03-13T12:45:55</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2021-03-13</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>130.00</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>997</BatchNumber>
        <Branch>02</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2021-03-13</PostingDate>
        <Reference>5000</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText/>
        <AccValue>130.00</AccValue>
        <TaxValue>120.00</TaxValue>
        <Quantity>0.0000</Quantity>
        <Notes/>
        <FixedAsset>MV001</FixedAsset>
        <SubCode>001</SubCode>
        <Balances>
            <AccCost>33130.15</AccCost>
            <AccAccumulatedDepreciation>7080.15</AccAccumulatedDepreciation>
            <AccBookValue>26050.00</AccBookValue>
            <TaxCost>37000.00</TaxCost>
            <TaxAccumulatedDepreciation>7080.15</TaxAccumulatedDepreciation>
            <TaxBookValue>29919.85</TaxBookValue>
            <Quantity>2.0000</Quantity>
        </Balances>
        <Type>Depreciable Value</Type>
    </FAAdjustment>
</FAAdjustments>
JavaScript errors detected

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

If this problem persists, please contact our support.