Skip to main content
Skip table of contents

FA Transfer

URL

Verbs

Function

Available

/FATransfer

GET

Query a list of all FA Transfers

2021.2

/FATransfer/<reference>

GET

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

 

Security Linked Menu

Menu Item
Located
TransfersData Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FATransfers collection='true' count='1'>
    <FATransfer>
        <Edition>1</Edition>
        <OidString>3275.17</OidString>
        <EntryTimeStamp>2021-03-13T12:39:04</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2021-03-13T12:39:04</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2021-03-13</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>9000.00</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>995</BatchNumber>
        <Branch>02</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2021-03-13</PostingDate>
        <Reference>1000</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText>Transfer 45.000000% to OE002/O</StandardText>
        <AccValue>9000.00</AccValue>
        <TaxValue>8013.55</TaxValue>
        <Quantity>0.4500</Quantity>
        <Notes/>
        <FixedAsset>CESERV</FixedAsset>
        <SubCode>101</SubCode>
        <Balances>
            <AccCost>21443.87</AccCost>
            <AccAccumulatedDepreciation>1443.87</AccAccumulatedDepreciation>
            <AccBookValue>20000.00</AccBookValue>
            <TaxCost>19251.75</TaxCost>
            <TaxAccumulatedDepreciation>1443.87</TaxAccumulatedDepreciation>
            <TaxBookValue>17807.88</TaxBookValue>
            <Quantity>1.0000</Quantity>
        </Balances>
        <TransferToFixedAsset>OE002</TransferToFixedAsset>
        <TransferToSubCode>O</TransferToSubCode>
        <Percentage>45.000000</Percentage>
    </FATransfer>
</FATransfers>
JavaScript errors detected

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

If this problem persists, please contact our support.