GET api/TransactionClient/GetTransactionListingByAccountID?accountID={accountID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TransactionListVM| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionList | Collection of TransactionSummaryByAccountID |
None. |
|
| CurrencyCharacter | string |
None. |
|
| NumberOfResults | integer |
None. |
|
| Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"TransactionList": [
{
"TransactionID": 1,
"Type": "sample string 2",
"Date": "2026-01-15T08:39:03.9080174+00:00",
"Description": "sample string 3",
"Debit": 1.0,
"Credit": 1.0,
"Account_Balance": 1.0,
"Principal_Balance": 1.0,
"Interest_Balance": 1.0,
"Cost_Balance": 1.0,
"Payment_Total": 1.0,
"Adjustment_Total": 1.0,
"Interest_Bearing_Balance": 1.0,
"Transaction_Interest_Bearing_Amount": 1.0,
"EntityCostTotal": 1.0,
"EntityCostTaxTotal": 1.0,
"InternalCostTotal": 1.0,
"InternalCostTaxTotal": 1.0,
"RepCodeID": 1,
"RepCode": "sample string 4",
"Response": {}
},
{
"TransactionID": 1,
"Type": "sample string 2",
"Date": "2026-01-15T08:39:03.9080174+00:00",
"Description": "sample string 3",
"Debit": 1.0,
"Credit": 1.0,
"Account_Balance": 1.0,
"Principal_Balance": 1.0,
"Interest_Balance": 1.0,
"Cost_Balance": 1.0,
"Payment_Total": 1.0,
"Adjustment_Total": 1.0,
"Interest_Bearing_Balance": 1.0,
"Transaction_Interest_Bearing_Amount": 1.0,
"EntityCostTotal": 1.0,
"EntityCostTaxTotal": 1.0,
"InternalCostTotal": 1.0,
"InternalCostTaxTotal": 1.0,
"RepCodeID": 1,
"RepCode": "sample string 4",
"Response": {}
}
],
"CurrencyCharacter": "sample string 1",
"NumberOfResults": 1,
"Response": null
}
application/xml, text/xml
Sample:
<TransactionListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Transaction">
<Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" />
<CurrencyCharacter>sample string 1</CurrencyCharacter>
<NumberOfResults>1</NumberOfResults>
<TransactionList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Transaction">
<d2p1:TransactionSummaryByAccountID>
<d2p1:Account_Balance>1</d2p1:Account_Balance>
<d2p1:Adjustment_Total>1</d2p1:Adjustment_Total>
<d2p1:Cost_Balance>1</d2p1:Cost_Balance>
<d2p1:Credit>1</d2p1:Credit>
<d2p1:Date>2026-01-15T08:39:03.9080174+00:00</d2p1:Date>
<d2p1:Debit>1</d2p1:Debit>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:EntityCostTaxTotal>1</d2p1:EntityCostTaxTotal>
<d2p1:EntityCostTotal>1</d2p1:EntityCostTotal>
<d2p1:Interest_Balance>1</d2p1:Interest_Balance>
<d2p1:Interest_Bearing_Balance>1</d2p1:Interest_Bearing_Balance>
<d2p1:InternalCostTaxTotal>1</d2p1:InternalCostTaxTotal>
<d2p1:InternalCostTotal>1</d2p1:InternalCostTotal>
<d2p1:Payment_Total>1</d2p1:Payment_Total>
<d2p1:Principal_Balance>1</d2p1:Principal_Balance>
<d2p1:RepCode>sample string 4</d2p1:RepCode>
<d2p1:RepCodeID>1</d2p1:RepCodeID>
<d2p1:Response />
<d2p1:TransactionID>1</d2p1:TransactionID>
<d2p1:Transaction_Interest_Bearing_Amount>1</d2p1:Transaction_Interest_Bearing_Amount>
<d2p1:Type>sample string 2</d2p1:Type>
</d2p1:TransactionSummaryByAccountID>
<d2p1:TransactionSummaryByAccountID>
<d2p1:Account_Balance>1</d2p1:Account_Balance>
<d2p1:Adjustment_Total>1</d2p1:Adjustment_Total>
<d2p1:Cost_Balance>1</d2p1:Cost_Balance>
<d2p1:Credit>1</d2p1:Credit>
<d2p1:Date>2026-01-15T08:39:03.9080174+00:00</d2p1:Date>
<d2p1:Debit>1</d2p1:Debit>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:EntityCostTaxTotal>1</d2p1:EntityCostTaxTotal>
<d2p1:EntityCostTotal>1</d2p1:EntityCostTotal>
<d2p1:Interest_Balance>1</d2p1:Interest_Balance>
<d2p1:Interest_Bearing_Balance>1</d2p1:Interest_Bearing_Balance>
<d2p1:InternalCostTaxTotal>1</d2p1:InternalCostTaxTotal>
<d2p1:InternalCostTotal>1</d2p1:InternalCostTotal>
<d2p1:Payment_Total>1</d2p1:Payment_Total>
<d2p1:Principal_Balance>1</d2p1:Principal_Balance>
<d2p1:RepCode>sample string 4</d2p1:RepCode>
<d2p1:RepCodeID>1</d2p1:RepCodeID>
<d2p1:Response />
<d2p1:TransactionID>1</d2p1:TransactionID>
<d2p1:Transaction_Interest_Bearing_Amount>1</d2p1:Transaction_Interest_Bearing_Amount>
<d2p1:Type>sample string 2</d2p1:Type>
</d2p1:TransactionSummaryByAccountID>
</TransactionList>
</TransactionListVM>