Skip to content
  • There are no suggestions because the search field is empty.

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

modifiedSince Return FA Revaluations modified since a particular date and time modifiedSince=2013-02-28T16:45:00 2021.2
fixedAsset Return a list of FA Revaluations for a particular Asset fixedAsset=24454342 2021.2
subCode Used in conjunction with fixedAsset to locate a particular asset subCode=XYZ 2021.2
postingDate Return FA Revaluations for a specific Posting Date postingDate=2018-08-01 2021.2
includeBalances Include the Asset Balances includeBalances=true 2021.2

Security Linked Menu

Menu Item
Located
Revaluations Data 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>