Skip to main content
Skip table of contents

FA Master

URL

Verbs

Function

Available

/FAMaster

GET

Query a list of Fixed Assets

2021.1

/FAMaster/<code>/<subCode>

GET

Query a single Fixed Asset

2021.1

Supported modifiers

Query String

Definition

Sample
statusReturn a list of Fixed Assets with a particular statusstatus=Active
modifiedSinceReturn Fixed Assets modified since a nominated date and timemodifiedSince=2013-02-28T16:45:00
treeName and treeBranchReturn a list of Fixed Assets assigned to a nominated branch of a nominated treetreeName=Colour-AUS&treeBranch=Blue
branchReturn a list of Fixed Assets with a particular Branchbranch=03
profitCentreReturn a list of Fixed Assets with a particular Profit CentreprofitCentre=0201
locationReturn a list of Fixed Assets with a particular Locationlocation=MELB
balanceTypeReturn a list of Fixed Assets with a particular Balance TypebalanceType=Forever
analysisGroupReturn a list of Fixed Assets with a particular Analysis GroupanalysisGroup=PLANTE

Security Linked Menu

Menu Item
Located
Asset MaintenanceData Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FAMaster>
    <Edition>22</Edition>
    <OidString>3263.31</OidString>
    <EntryTimeStamp>2008-03-30T11:25:44</EntryTimeStamp>
    <EntryUser/>
    <ModifiedTimeStamp>T00:00:00</ModifiedTimeStamp>
    <ModifiedUser/>
    <BalanceType>Forever</BalanceType>
    <Code>CESERV</Code>
    <Description>Computer Equipement - Server and System</Description>
    <InstalledDate>2008-06-02</InstalledDate>
    <IsDisposed>false</IsDisposed>
    <IsPoolAsset>false</IsPoolAsset>
    <IsTransferred>false</IsTransferred>
    <IsWrittenOff>false</IsWrittenOff>
    <SubCode>101</SubCode>
    <AccCostLimit>0.00</AccCostLimit>
    <AccDepnRate>10.00</AccDepnRate>
    <AccFirstYear>10.00</AccFirstYear>
    <AccFrequency>Yearly</AccFrequency>
    <AccLife>0.00</AccLife>
    <AccMethod>Diminishing</AccMethod>
    <AccPrivateUse>0.00</AccPrivateUse>
    <AccResidualValue>0.00</AccResidualValue>
    <AccSuspendUntil/>
    <AdvAccClosingBookValue>20000.00</AdvAccClosingBookValue>
    <AdvAccTotalAsset>20000.00</AdvAccTotalAsset>
    <AdvAccTotalDepn>0.00</AdvAccTotalDepn>
    <AdvCurrentQuantity>1.00</AdvCurrentQuantity>
    <AdvTaxClosingBookValue>17807.88</AdvTaxClosingBookValue>
    <AdvTaxTotalAsset>19251.75</AdvTaxTotalAsset>
    <AdvTaxTotalDepn>1443.87</AdvTaxTotalDepn>
    <Comments/>
    <InsuranceClass/>
    <InsuranceReference/>
    <InsuranceValue>0.00</InsuranceValue>
    <IntrastatNetMass>0.0000</IntrastatNetMass>
    <IsOffset>false</IsOffset>
    <LastAdditionDate>2008-06-02</LastAdditionDate>
    <LastDepnDate>2011-03-31</LastDepnDate>
    <LastDisposalDate/>
    <LastInsuranceDate/>
    <Notes/>
    <PurchaseStatus/>
    <RestartDepnAfterZero>false</RestartDepnAfterZero>
    <SerialNumber>MR5YT865645</SerialNumber>
    <TaxCostLimit>0.00</TaxCostLimit>
    <TaxDepnRate>10.00</TaxDepnRate>
    <TaxFirstYear>10.00</TaxFirstYear>
    <TaxFrequency>Yearly</TaxFrequency>
    <TaxLife>0.00</TaxLife>
    <TaxMethod>Diminishing</TaxMethod>
    <TaxPrivUse>0.00</TaxPrivUse>
    <TaxResidualValue>0.00</TaxResidualValue>
    <TaxSuspendUntil/>
    <AccDepnCode>D10</AccDepnCode>
    <AnalysisGroup>PLANTE</AnalysisGroup>
    <Branch>03</Branch>
    <InsuranceCompany>ZURICH FINANCIAL SERVICES</InsuranceCompany>
    <Location>MELB</Location>
    <ProfitCentre>0201</ProfitCentre>
    <Status>Active</Status>
    <TaxDepnCode>D10</TaxDepnCode>
    <UserDefinedFields collection='true' count='5'>
        <UserDefinedField>
            <Name>Garage / Maintained Location</Name>
            <Type>String</Type>
            <Value>Melbourne Head Office</Value>
        </UserDefinedField>
        <UserDefinedField>
            <Name>Insurance Policy #</Name>
            <Type>Integer</Type>
            <Value>465885</Value>
        </UserDefinedField>
        <UserDefinedField>
            <Name>Internal Asset #</Name>
            <Type>String</Type>
            <Value>ecomp100101</Value>
        </UserDefinedField>
        <UserDefinedField>
            <Name>Service Intervals</Name>
            <Type>String</Type>
            <Value>3 mths</Value>
        </UserDefinedField>
        <UserDefinedField>
            <Name>Warranty Expiry Date</Name>
            <Type>Date</Type>
            <Value>2010-02-19</Value>
        </UserDefinedField>
    </UserDefinedFields>
    <Trees collection='true' count='1'>
        <Tree>
            <Name>Asset Reporting</Name>
            <IsMandatory>false</IsMandatory>
            <Value>Active</Value>
            <Path>Active</Path>
            <ShortCode/>
        </Tree>
    </Trees>
</FAMaster>
JavaScript errors detected

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

If this problem persists, please contact our support.