Skip to main content
Skip table of contents

FA Disposal

URL

Verbs

Function

Available

/FADisposal

GET

Query a list of all FA Disposals

2021.2

/FADisposal/<reference>

GET

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

 

Security Linked Menu

Menu Item
Located
DisposalsData Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FADisposals collection='true' count='2'>
    <FADisposal>
        <Edition>1</Edition>
        <OidString>3272.6</OidString>
        <EntryTimeStamp>2021-03-13T10:34:25</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2021-03-13T10:34:25</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2021-03-08</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>120.00</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>993</BatchNumber>
        <Branch>02</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2021-03-08</PostingDate>
        <Reference>123</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText>Dispose 100.000000%</StandardText>
        <AccValue>120.00</AccValue>
        <TaxValue>120.00</TaxValue>
        <Quantity>1.0000</Quantity>
        <Notes>my notes</Notes>
        <FixedAsset>MV003</FixedAsset>
        <SubCode>003</SubCode>
        <Balances>
            <AccCost>40150.00</AccCost>
            <AccAccumulatedDepreciation>7907.28</AccAccumulatedDepreciation>
            <AccBookValue>32242.72</AccBookValue>
            <TaxCost>40150.00</TaxCost>
            <TaxAccumulatedDepreciation>7907.28</TaxAccumulatedDepreciation>
            <TaxBookValue>32242.72</TaxBookValue>
            <Quantity>1.0000</Quantity>
        </Balances>
        <Percentage>100.000000</Percentage>
        <AccCost>40150.00</AccCost>
        <TaxCost>40150.00</TaxCost>
        <AccBookValue>32242.72</AccBookValue>
        <TaxBookValue>32242.72</TaxBookValue>
    </FADisposal>
    <FADisposal>
        <Edition>1</Edition>
        <OidString>3272.7</OidString>
        <EntryTimeStamp>2021-03-13T10:34:57</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2021-03-13T10:34:57</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2021-03-13</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>26899.00</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>993</BatchNumber>
        <Branch>01</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2021-03-13</PostingDate>
        <Reference>456</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText>Dispose 100.000000%</StandardText>
        <AccValue>26899.00</AccValue>
        <TaxValue>26899.00</TaxValue>
        <Quantity>1.0000</Quantity>
        <Notes>Sonenotes</Notes>
        <FixedAsset>OE001</FixedAsset>
        <SubCode>O</SubCode>
        <Balances>
            <AccCost>440.04</AccCost>
            <AccAccumulatedDepreciation>35.23</AccAccumulatedDepreciation>
            <AccBookValue>404.81</AccBookValue>
            <TaxCost>440.04</TaxCost>
            <TaxAccumulatedDepreciation>35.23</TaxAccumulatedDepreciation>
            <TaxBookValue>404.81</TaxBookValue>
            <Quantity>1.0000</Quantity>
        </Balances>
        <Percentage>100.000000</Percentage>
        <AccCost>440.04</AccCost>
        <TaxCost>440.04</TaxCost>
        <AccBookValue>404.81</AccBookValue>
        <TaxBookValue>404.81</TaxBookValue>
    </FADisposal>
</FADisposals>
JavaScript errors detected

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

If this problem persists, please contact our support.