POST api/Interest/SaveInterest

Request Information

URI Parameters

None.

Body Parameters

InterestModel
NameDescriptionTypeAdditional information
InterestID

integer

None.

AccountID

integer

None.

Interest

decimal number

None.

InterestPlanID

integer

None.

InterestTypeID

integer

None.

InterestStartDate

date

None.

InterestEndDate

date

None.

DueDate

date

None.

InterestDescription

string

None.

IsFixed

boolean

None.

ClientTransactionReference

string

None.

COAStartDate

date

None.

COAEndDate

date

None.

Source_AccountID

integer

None.

Source_InterestID

integer

None.

InterestRate

decimal number

None.

Interest_DailyRate

decimal number

None.

IsCompounding

boolean

None.

Interest_FrequencyID

integer

None.

ClientTransactionID

integer

None.

WorkflowLineID

integer

None.

InterestFixedEndDate

date

None.

CreateID

integer

None.

CreateSessionID

integer

None.

CreateTS

date

None.

ModifyID

integer

None.

ModifySessionID

integer

None.

ModifyTS

date

None.

InactiveID

integer

None.

InactiveSessionID

integer

None.

InactiveTS

date

None.

StatusID

integer

None.

Z_DB

integer

None.

Z_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InterestID": 1,
  "AccountID": 1,
  "Interest": 1.0,
  "InterestPlanID": 1,
  "InterestTypeID": 1,
  "InterestStartDate": "2025-09-02T23:06:53.9046648+00:00",
  "InterestEndDate": "2025-09-02T23:06:53.9046648+00:00",
  "DueDate": "2025-09-02T23:06:53.9046648+00:00",
  "InterestDescription": "sample string 2",
  "IsFixed": true,
  "ClientTransactionReference": "sample string 3",
  "COAStartDate": "2025-09-02T23:06:53.9046648+00:00",
  "COAEndDate": "2025-09-02T23:06:53.9046648+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:06:53.9046648+00:00",
  "CreateID": 1,
  "CreateSessionID": 1,
  "CreateTS": "2025-09-02T23:06:53.9046648+00:00",
  "ModifyID": 1,
  "ModifySessionID": 1,
  "ModifyTS": "2025-09-02T23:06:53.9046648+00:00",
  "InactiveID": 1,
  "InactiveSessionID": 1,
  "InactiveTS": "2025-09-02T23:06:53.9046648+00:00",
  "StatusID": 4,
  "Z_DB": 1,
  "Z_ID": 1
}

application/xml, text/xml

Sample:
<InterestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Interest">
  <AccountID>1</AccountID>
  <COAEndDate>2025-09-02T23:06:53.9046648+00:00</COAEndDate>
  <COAStartDate>2025-09-02T23:06:53.9046648+00:00</COAStartDate>
  <ClientTransactionID>1</ClientTransactionID>
  <ClientTransactionReference>sample string 3</ClientTransactionReference>
  <CreateID>1</CreateID>
  <CreateSessionID>1</CreateSessionID>
  <CreateTS>2025-09-02T23:06:53.9046648+00:00</CreateTS>
  <DueDate>2025-09-02T23:06:53.9046648+00:00</DueDate>
  <InactiveID>1</InactiveID>
  <InactiveSessionID>1</InactiveSessionID>
  <InactiveTS>2025-09-02T23:06:53.9046648+00:00</InactiveTS>
  <Interest>1</Interest>
  <InterestDescription>sample string 2</InterestDescription>
  <InterestEndDate>2025-09-02T23:06:53.9046648+00:00</InterestEndDate>
  <InterestFixedEndDate>2025-09-02T23:06:53.9046648+00:00</InterestFixedEndDate>
  <InterestID>1</InterestID>
  <InterestPlanID>1</InterestPlanID>
  <InterestRate>1</InterestRate>
  <InterestStartDate>2025-09-02T23:06:53.9046648+00:00</InterestStartDate>
  <InterestTypeID>1</InterestTypeID>
  <Interest_DailyRate>1</Interest_DailyRate>
  <Interest_FrequencyID>1</Interest_FrequencyID>
  <IsCompounding>true</IsCompounding>
  <IsFixed>true</IsFixed>
  <ModifyID>1</ModifyID>
  <ModifySessionID>1</ModifySessionID>
  <ModifyTS>2025-09-02T23:06:53.9046648+00:00</ModifyTS>
  <Source_AccountID>1</Source_AccountID>
  <Source_InterestID>1</Source_InterestID>
  <StatusID>4</StatusID>
  <WorkflowLineID>1</WorkflowLineID>
  <Z_DB>1</Z_DB>
  <Z_ID>1</Z_ID>
</InterestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ActionResultVM
NameDescriptionTypeAdditional information
Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": null
}

application/xml, text/xml

Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels">
  <Response i:nil="true" />
</ActionResultVM>