GET api/Interest/GetInterestByInterestID?interestID={interestID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
interestID

integer

Required

Body Parameters

None.

Response Information

Resource Description

InterestEditVM
NameDescriptionTypeAdditional information
Interest

InterestModel

None.

InterestPlanForList

Collection of InterestPlanForList

None.

InterestTypeForList

Collection of InterestTypeForList

None.

FrequencyForList

Collection of FrequencyForList

None.

Footer

FooterModel

None.

InterestDailyRateFactor

decimal number

None.

DateAccoutLoaded

date

None.

DateOfFirstPrincipal

date

None.

DateOfFirstLegal

date

None.

DateOfFirstJudgment

date

None.

Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Interest": {
    "InterestID": 1,
    "AccountID": 1,
    "Interest": 1.0,
    "InterestPlanID": 1,
    "InterestTypeID": 1,
    "InterestStartDate": "2025-09-02T23:07:12.6756436+00:00",
    "InterestEndDate": "2025-09-02T23:07:12.6756436+00:00",
    "DueDate": "2025-09-02T23:07:12.6756436+00:00",
    "InterestDescription": "sample string 2",
    "IsFixed": true,
    "ClientTransactionReference": "sample string 3",
    "COAStartDate": "2025-09-02T23:07:12.6756436+00:00",
    "COAEndDate": "2025-09-02T23:07:12.6756436+00:00",
    "Source_AccountID": 1,
    "Source_InterestID": 1,
    "InterestRate": 1.0,
    "Interest_DailyRate": 1.0,
    "IsCompounding": true,
    "Interest_FrequencyID": 1,
    "ClientTransactionID": 1,
    "WorkflowLineID": 1,
    "InterestFixedEndDate": "2025-09-02T23:07:12.6756436+00:00",
    "CreateID": 1,
    "CreateSessionID": 1,
    "CreateTS": "2025-09-02T23:07:12.6756436+00:00",
    "ModifyID": 1,
    "ModifySessionID": 1,
    "ModifyTS": "2025-09-02T23:07:12.6756436+00:00",
    "InactiveID": 1,
    "InactiveSessionID": 1,
    "InactiveTS": "2025-09-02T23:07:12.6756436+00:00",
    "StatusID": 4,
    "Z_DB": 1,
    "Z_ID": 1
  },
  "InterestPlanForList": [
    {
      "InterestPlanID": 1,
      "InterestPlan": "sample string 2"
    },
    {
      "InterestPlanID": 1,
      "InterestPlan": "sample string 2"
    }
  ],
  "InterestTypeForList": [
    {
      "InterestTypeID": 1,
      "InterestType": "sample string 2"
    },
    {
      "InterestTypeID": 1,
      "InterestType": "sample string 2"
    }
  ],
  "FrequencyForList": [
    {
      "FrequencyID": 1,
      "Frequency": "sample string 2",
      "FrequencyIDEncrypted": "sample string 3"
    },
    {
      "FrequencyID": 1,
      "Frequency": "sample string 2",
      "FrequencyIDEncrypted": "sample string 3"
    }
  ],
  "Footer": {
    "ID": 1,
    "CreateID": 1,
    "CreatedBy": "sample string 2",
    "CreateTS": "2025-09-02T23:07:12.6756436+00:00",
    "ModifyID": 1,
    "ModifiedBy": "sample string 3",
    "ModifyTS": "2025-09-02T23:07:12.6756436+00:00",
    "InactiveID": 1,
    "InactivatedBy": "sample string 4",
    "InactiveTS": "2025-09-02T23:07:12.6756436+00:00",
    "LoadID": 1
  },
  "InterestDailyRateFactor": 1.0,
  "DateAccoutLoaded": "2025-09-02T23:07:12.6756436+00:00",
  "DateOfFirstPrincipal": "2025-09-02T23:07:12.6756436+00:00",
  "DateOfFirstLegal": "2025-09-02T23:07:12.6756436+00:00",
  "DateOfFirstJudgment": "2025-09-02T23:07:12.6756436+00:00",
  "Response": null
}

application/xml, text/xml

Sample:
<InterestEditVM 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" />
  <DateAccoutLoaded>2025-09-02T23:07:12.6756436+00:00</DateAccoutLoaded>
  <DateOfFirstJudgment>2025-09-02T23:07:12.6756436+00:00</DateOfFirstJudgment>
  <DateOfFirstLegal>2025-09-02T23:07:12.6756436+00:00</DateOfFirstLegal>
  <DateOfFirstPrincipal>2025-09-02T23:07:12.6756436+00:00</DateOfFirstPrincipal>
  <Footer xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Footer">
    <d2p1:CreateID>1</d2p1:CreateID>
    <d2p1:CreateTS>2025-09-02T23:07:12.6756436+00:00</d2p1:CreateTS>
    <d2p1:CreatedBy>sample string 2</d2p1:CreatedBy>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:InactivatedBy>sample string 4</d2p1:InactivatedBy>
    <d2p1:InactiveID>1</d2p1:InactiveID>
    <d2p1:InactiveTS>2025-09-02T23:07:12.6756436+00:00</d2p1:InactiveTS>
    <d2p1:LoadID>1</d2p1:LoadID>
    <d2p1:ModifiedBy>sample string 3</d2p1:ModifiedBy>
    <d2p1:ModifyID>1</d2p1:ModifyID>
    <d2p1:ModifyTS>2025-09-02T23:07:12.6756436+00:00</d2p1:ModifyTS>
  </Footer>
  <FrequencyForList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Frequency">
    <d2p1:FrequencyForList>
      <d2p1:Frequency>sample string 2</d2p1:Frequency>
      <d2p1:FrequencyID>1</d2p1:FrequencyID>
      <d2p1:FrequencyIDEncrypted>sample string 3</d2p1:FrequencyIDEncrypted>
    </d2p1:FrequencyForList>
    <d2p1:FrequencyForList>
      <d2p1:Frequency>sample string 2</d2p1:Frequency>
      <d2p1:FrequencyID>1</d2p1:FrequencyID>
      <d2p1:FrequencyIDEncrypted>sample string 3</d2p1:FrequencyIDEncrypted>
    </d2p1:FrequencyForList>
  </FrequencyForList>
  <Interest xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Interest">
    <d2p1:AccountID>1</d2p1:AccountID>
    <d2p1:COAEndDate>2025-09-02T23:07:12.6756436+00:00</d2p1:COAEndDate>
    <d2p1:COAStartDate>2025-09-02T23:07:12.6756436+00:00</d2p1:COAStartDate>
    <d2p1:ClientTransactionID>1</d2p1:ClientTransactionID>
    <d2p1:ClientTransactionReference>sample string 3</d2p1:ClientTransactionReference>
    <d2p1:CreateID>1</d2p1:CreateID>
    <d2p1:CreateSessionID>1</d2p1:CreateSessionID>
    <d2p1:CreateTS>2025-09-02T23:07:12.6756436+00:00</d2p1:CreateTS>
    <d2p1:DueDate>2025-09-02T23:07:12.6756436+00:00</d2p1:DueDate>
    <d2p1:InactiveID>1</d2p1:InactiveID>
    <d2p1:InactiveSessionID>1</d2p1:InactiveSessionID>
    <d2p1:InactiveTS>2025-09-02T23:07:12.6756436+00:00</d2p1:InactiveTS>
    <d2p1:Interest>1</d2p1:Interest>
    <d2p1:InterestDescription>sample string 2</d2p1:InterestDescription>
    <d2p1:InterestEndDate>2025-09-02T23:07:12.6756436+00:00</d2p1:InterestEndDate>
    <d2p1:InterestFixedEndDate>2025-09-02T23:07:12.6756436+00:00</d2p1:InterestFixedEndDate>
    <d2p1:InterestID>1</d2p1:InterestID>
    <d2p1:InterestPlanID>1</d2p1:InterestPlanID>
    <d2p1:InterestRate>1</d2p1:InterestRate>
    <d2p1:InterestStartDate>2025-09-02T23:07:12.6756436+00:00</d2p1:InterestStartDate>
    <d2p1:InterestTypeID>1</d2p1:InterestTypeID>
    <d2p1:Interest_DailyRate>1</d2p1:Interest_DailyRate>
    <d2p1:Interest_FrequencyID>1</d2p1:Interest_FrequencyID>
    <d2p1:IsCompounding>true</d2p1:IsCompounding>
    <d2p1:IsFixed>true</d2p1:IsFixed>
    <d2p1:ModifyID>1</d2p1:ModifyID>
    <d2p1:ModifySessionID>1</d2p1:ModifySessionID>
    <d2p1:ModifyTS>2025-09-02T23:07:12.6756436+00:00</d2p1:ModifyTS>
    <d2p1:Source_AccountID>1</d2p1:Source_AccountID>
    <d2p1:Source_InterestID>1</d2p1:Source_InterestID>
    <d2p1:StatusID>4</d2p1:StatusID>
    <d2p1:WorkflowLineID>1</d2p1:WorkflowLineID>
    <d2p1:Z_DB>1</d2p1:Z_DB>
    <d2p1:Z_ID>1</d2p1:Z_ID>
  </Interest>
  <InterestDailyRateFactor>1</InterestDailyRateFactor>
  <InterestPlanForList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.InterestPlan">
    <d2p1:InterestPlanForList>
      <d2p1:InterestPlan>sample string 2</d2p1:InterestPlan>
      <d2p1:InterestPlanID>1</d2p1:InterestPlanID>
    </d2p1:InterestPlanForList>
    <d2p1:InterestPlanForList>
      <d2p1:InterestPlan>sample string 2</d2p1:InterestPlan>
      <d2p1:InterestPlanID>1</d2p1:InterestPlanID>
    </d2p1:InterestPlanForList>
  </InterestPlanForList>
  <InterestTypeForList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.InterestType">
    <d2p1:InterestTypeForList>
      <d2p1:InterestType>sample string 2</d2p1:InterestType>
      <d2p1:InterestTypeID>1</d2p1:InterestTypeID>
    </d2p1:InterestTypeForList>
    <d2p1:InterestTypeForList>
      <d2p1:InterestType>sample string 2</d2p1:InterestType>
      <d2p1:InterestTypeID>1</d2p1:InterestTypeID>
    </d2p1:InterestTypeForList>
  </InterestTypeForList>
</InterestEditVM>