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 |
|---|---|---|---|
| modifiedSince | Return FA Disposals modified since a particular date and time | modifiedSince=2013-02-28T16:45:00 | 2021.2 |
| fixedAsset | Return a list of FA Disposals 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 Disposals 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
|
|---|---|
| Disposals | Data 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>