Skip to main content
Skip table of contents

FA Revaluation

URL

Verbs

Function

Available

/FARevaluation

GET

Query a list of all FA Revaluations

2021.2

/FARevaluation/<reference>

GET

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

 

Security Linked Menu

Menu Item
Located
RevaluationsData Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FARevaluations collection='true' count='1'>
    <FARevaluation>
        <Edition>6</Edition>
        <OidString>3274.7</OidString>
        <EntryTimeStamp>2012-03-30T10:21:25</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2012-03-30T10:21:25</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2011-06-30</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>3869.85</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>471</BatchNumber>
        <Branch>02</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2011-06-30</PostingDate>
        <Reference>001</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText>As per Insurance Company Valuation</StandardText>
        <AccValue>3869.85</AccValue>
        <TaxValue>0.00</TaxValue>
        <Quantity>0.0000</Quantity>
        <Notes>As per Insurance Company Valuation</Notes>
        <FixedAsset>MV001</FixedAsset>
        <SubCode>001</SubCode>
        <Balances>
            <AccCost>35950.00</AccCost>
            <AccAccumulatedDepreciation>7080.15</AccAccumulatedDepreciation>
            <AccBookValue>28869.85</AccBookValue>
            <TaxCost>35950.00</TaxCost>
            <TaxAccumulatedDepreciation>7080.15</TaxAccumulatedDepreciation>
            <TaxBookValue>28869.85</TaxBookValue>
            <Quantity>1.0000</Quantity>
        </Balances>
        <NewBookValue>25000.00</NewBookValue>
        <OldBookValue>28869.85</OldBookValue>
    </FARevaluation>
</FARevaluations>
JavaScript errors detected

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

If this problem persists, please contact our support.