FA Depreciation
|
URL |
Verbs |
Function |
Available |
|
/FADepreciation |
GET |
Query a list of all FA Depreciations |
2021.2 |
|
/FADepreciation/<reference> |
GET |
Get a specific FA Depreciations 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 Depreciations modified since a particular date and time | modifiedSince=2013-02-28T16:45:00 | 2021.2 |
| fixedAsset | Return a list of FA Depreciations 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 Depreciations 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
|
|---|---|
| Adjustments | Data Entry / Fixed Assets |
Sample XML Response
<?xml version="1.0" encoding="UTF-8"?>
<FADepreciations collection='true' count='1'>
<FADepreciation>
<Edition>7</Edition>
<OidString>3271.64</OidString>
<EntryTimeStamp>2009-07-31T13:55:06</EntryTimeStamp>
<EntryUser>SUPER</EntryUser>
<ModifiedTimeStamp>2009-07-31T13:55:06</ModifiedTimeStamp>
<ModifiedUser>SUPER</ModifiedUser>
<CurrencyRate>1.00000000</CurrencyRate>
<DocumentDate>2011-04-30</DocumentDate>
<Discount>0</Discount>
<HoldAmount>0.00</HoldAmount>
<NetAmount>589.18</NetAmount>
<TaxAmount>0.00</TaxAmount>
<IsCurrencyRateMultiply>true</IsCurrencyRateMultiply>
<IsPrinted>false</IsPrinted>
<IsRootTransaction>true</IsRootTransaction>
<BatchNumber>395</BatchNumber>
<Branch>01</Branch>
<Currency>AUD</Currency>
<PostingDate>2011-04-30</PostingDate>
<Reference>Dep: April</Reference>
<SourceSystem>Greentree</SourceSystem>
<StandardText>Dep: April</StandardText>
<AccValue>589.18</AccValue>
<TaxValue>589.18</TaxValue>
<Quantity>0.0000</Quantity>
<Notes/>
<FixedAsset>MV001</FixedAsset>
<SubCode>001</SubCode>
<Balances>
<AccCost>35950.00</AccCost>
<AccAccumulatedDepreciation>5901.79</AccAccumulatedDepreciation>
<AccBookValue>30048.21</AccBookValue>
<TaxCost>35950.00</TaxCost>
<TaxAccumulatedDepreciation>5901.79</TaxAccumulatedDepreciation>
<TaxBookValue>30048.21</TaxBookValue>
<Quantity>1.0000</Quantity>
</Balances>
</FADepreciation>
</FADepreciations>