POST api/interestPayments/Insert
Request Information
URI Parameters
None.
Body Parameters
CreateInterestPaymentDtoInName | Description | Type | Additional information |
---|---|---|---|
InterestBase | string |
None. |
|
Type | string |
None. |
|
Margin | decimal number |
None. |
|
Compounding | IntervalType |
None. |
|
IsMarginRatcheting | boolean |
None. |
|
InterestPeriod | IntervalType |
None. |
|
IsActive | boolean |
None. |
|
HasReminders | boolean |
None. |
|
InitialPaymentDate | date |
None. |
|
ArrangementId | integer |
None. |
|
Id | integer |
None. |
|
FirstReminderDays | integer |
None. |
|
SecondReminderDays | integer |
None. |
|
RecurrenceInterval | IntervalType |
None. |
Request Formats
application/json, text/json
Sample:
{ "interestBase": "sample string 1", "type": "sample string 2", "margin": 3.0, "compounding": { "name": "sample string 1", "isActive": true, "isDeleted": true, "id": 4 }, "isMarginRatcheting": true, "interestPeriod": { "name": "sample string 1", "isActive": true, "isDeleted": true, "id": 4 }, "isActive": true, "hasReminders": true, "initialPaymentDate": "2024-11-19T12:35:46.5045128+02:00", "arrangementId": 8, "id": 9, "firstReminderDays": 10, "secondReminderDays": 11, "recurrenceInterval": { "name": "sample string 1", "isActive": true, "isDeleted": true, "id": 4 } }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.