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 |
---|---|---|
status | Return a list of Fixed Assets with a particular status | status=Active |
modifiedSince | Return Fixed Assets modified since a nominated date and time | modifiedSince=2013-02-28T16:45:00 |
treeName and treeBranch | Return a list of Fixed Assets assigned to a nominated branch of a nominated tree | treeName=Colour-AUS&treeBranch=Blue |
branch | Return a list of Fixed Assets with a particular Branch | branch=03 |
profitCentre | Return a list of Fixed Assets with a particular Profit Centre | profitCentre=0201 |
location | Return a list of Fixed Assets with a particular Location | location=MELB |
balanceType | Return a list of Fixed Assets with a particular Balance Type | balanceType=Forever |
analysisGroup | Return a list of Fixed Assets with a particular Analysis Group | analysisGroup=PLANTE |
Security Linked Menu
Menu Item | Located |
---|---|
Asset Maintenance | Data 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>