GET api/interest/GetInterestListingByAccountID?accountID={accountID}&showInactive={showInactive}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountID | integer |
Required |
|
showInactive | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
InterestListVMName | Description | Type | Additional information |
---|---|---|---|
InterestSummaryList | Collection of InterestSummaryByAccountID |
None. |
|
CurrencyCharacter | string |
None. |
|
NumberOfResults | integer |
None. |
|
Response | IResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "InterestSummaryList": [ { "InterestID": 1, "InterestPlanStartDate": "2025-09-02T23:08:53.1040298+00:00", "InterestPlanEndDate": "2025-09-02T23:08:53.1040298+00:00", "Interest": 1.0, "Is_Fixed": true, "InterestPlan": "sample string 4", "InterestType": "sample string 5", "Reference": "sample string 6", "InterestDescription": "sample string 7", "COA_Start_Date": "2025-09-02T23:08:53.1040298+00:00", "COA_End_Date": "2025-09-02T23:08:53.1040298+00:00", "Annual_Rate": 1.0, "IsCompounding": true, "Client_Transaction_Reference": "sample string 8", "Client_Transaction_ID": 1, "Active": true, "RecoveryIssueDate": "2025-09-02T23:08:53.1040298+00:00", "DebtReferalStatus": "sample string 9" }, { "InterestID": 1, "InterestPlanStartDate": "2025-09-02T23:08:53.1040298+00:00", "InterestPlanEndDate": "2025-09-02T23:08:53.1040298+00:00", "Interest": 1.0, "Is_Fixed": true, "InterestPlan": "sample string 4", "InterestType": "sample string 5", "Reference": "sample string 6", "InterestDescription": "sample string 7", "COA_Start_Date": "2025-09-02T23:08:53.1040298+00:00", "COA_End_Date": "2025-09-02T23:08:53.1040298+00:00", "Annual_Rate": 1.0, "IsCompounding": true, "Client_Transaction_Reference": "sample string 8", "Client_Transaction_ID": 1, "Active": true, "RecoveryIssueDate": "2025-09-02T23:08:53.1040298+00:00", "DebtReferalStatus": "sample string 9" } ], "CurrencyCharacter": "sample string 1", "NumberOfResults": 1, "Response": null }
application/xml, text/xml
Sample:
<InterestListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Interest"> <Response i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels" /> <CurrencyCharacter>sample string 1</CurrencyCharacter> <InterestSummaryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Interest"> <d2p1:InterestSummaryByAccountID> <d2p1:Active>true</d2p1:Active> <d2p1:Annual_Rate>1</d2p1:Annual_Rate> <d2p1:COA_End_Date>2025-09-02T23:08:53.1040298+00:00</d2p1:COA_End_Date> <d2p1:COA_Start_Date>2025-09-02T23:08:53.1040298+00:00</d2p1:COA_Start_Date> <d2p1:Client_Transaction_ID>1</d2p1:Client_Transaction_ID> <d2p1:Client_Transaction_Reference>sample string 8</d2p1:Client_Transaction_Reference> <d2p1:DebtReferalStatus>sample string 9</d2p1:DebtReferalStatus> <d2p1:Interest>1</d2p1:Interest> <d2p1:InterestDescription>sample string 7</d2p1:InterestDescription> <d2p1:InterestID>1</d2p1:InterestID> <d2p1:InterestPlan>sample string 4</d2p1:InterestPlan> <d2p1:InterestPlanEndDate>2025-09-02T23:08:53.1040298+00:00</d2p1:InterestPlanEndDate> <d2p1:InterestPlanStartDate>2025-09-02T23:08:53.1040298+00:00</d2p1:InterestPlanStartDate> <d2p1:InterestType>sample string 5</d2p1:InterestType> <d2p1:IsCompounding>true</d2p1:IsCompounding> <d2p1:Is_Fixed>true</d2p1:Is_Fixed> <d2p1:RecoveryIssueDate>2025-09-02T23:08:53.1040298+00:00</d2p1:RecoveryIssueDate> <d2p1:Reference>sample string 6</d2p1:Reference> </d2p1:InterestSummaryByAccountID> <d2p1:InterestSummaryByAccountID> <d2p1:Active>true</d2p1:Active> <d2p1:Annual_Rate>1</d2p1:Annual_Rate> <d2p1:COA_End_Date>2025-09-02T23:08:53.1040298+00:00</d2p1:COA_End_Date> <d2p1:COA_Start_Date>2025-09-02T23:08:53.1040298+00:00</d2p1:COA_Start_Date> <d2p1:Client_Transaction_ID>1</d2p1:Client_Transaction_ID> <d2p1:Client_Transaction_Reference>sample string 8</d2p1:Client_Transaction_Reference> <d2p1:DebtReferalStatus>sample string 9</d2p1:DebtReferalStatus> <d2p1:Interest>1</d2p1:Interest> <d2p1:InterestDescription>sample string 7</d2p1:InterestDescription> <d2p1:InterestID>1</d2p1:InterestID> <d2p1:InterestPlan>sample string 4</d2p1:InterestPlan> <d2p1:InterestPlanEndDate>2025-09-02T23:08:53.1040298+00:00</d2p1:InterestPlanEndDate> <d2p1:InterestPlanStartDate>2025-09-02T23:08:53.1040298+00:00</d2p1:InterestPlanStartDate> <d2p1:InterestType>sample string 5</d2p1:InterestType> <d2p1:IsCompounding>true</d2p1:IsCompounding> <d2p1:Is_Fixed>true</d2p1:Is_Fixed> <d2p1:RecoveryIssueDate>2025-09-02T23:08:53.1040298+00:00</d2p1:RecoveryIssueDate> <d2p1:Reference>sample string 6</d2p1:Reference> </d2p1:InterestSummaryByAccountID> </InterestSummaryList> <NumberOfResults>1</NumberOfResults> </InterestListVM>