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

FA Write Offs

URL

Verbs

Function

Available

/FAWriteOff

GET

Query a list of all FA Write Offs

2021.2

/FAWriteOff/<reference>

GET

Get a specific FA Write Offs 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 Write Offs modified since a particular date and time modifiedSince=2013-02-28T16:45:00 2021.2
fixedAsset Return a list of FA Write Offs 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 Write Offs 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
Write Off Data Entry / Fixed Assets

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<FAWriteOffs collection='true' count='1'>
    <FAWriteOff>
        <Edition>1</Edition>
        <OidString>3276.1</OidString>
        <EntryTimeStamp>2021-03-13T12:43:26</EntryTimeStamp>
        <EntryUser>SUPER</EntryUser>
        <ModifiedTimeStamp>2021-03-13T12:43:26</ModifiedTimeStamp>
        <ModifiedUser>SUPER</ModifiedUser>
        <CurrencyRate>1.00000000</CurrencyRate>
        <DocumentDate>2021-03-13</DocumentDate>
        <Discount>0</Discount>
        <HoldAmount>0.00</HoldAmount>
        <NetAmount>30977.88</NetAmount>
        <TaxAmount>0.00</TaxAmount>
        <IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
        <IsPrinted>false</IsPrinted>
        <IsRootTransaction>true</IsRootTransaction>
        <BatchNumber>996</BatchNumber>
        <Branch>02</Branch>
        <Currency>AUD</Currency>
        <PostingDate>2021-03-13</PostingDate>
        <Reference>4000</Reference>
        <SourceSystem>Greentree</SourceSystem>
        <StandardText/>
        <AccValue>30977.88</AccValue>
        <TaxValue>0.00</TaxValue>
        <Quantity>1.0000</Quantity>
        <Notes>Written off</Notes>
        <FixedAsset>MV002</FixedAsset>
        <SubCode>002</SubCode>
        <Balances>
            <AccCost>38575.00</AccCost>
            <AccAccumulatedDepreciation>7597.12</AccAccumulatedDepreciation>
            <AccBookValue>30977.88</AccBookValue>
            <TaxCost>38575.00</TaxCost>
            <TaxAccumulatedDepreciation>7597.12</TaxAccumulatedDepreciation>
            <TaxBookValue>30977.88</TaxBookValue>
            <Quantity>1.0000</Quantity>
        </Balances>
    </FAWriteOff>
</FAWriteOffs>