PUT api/capitalPayments/Update
Request Information
URI Parameters
None.
Body Parameters
CreateCapitalPaymentDtoInName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DueDate | date |
None. |
|
Amount | decimal number |
None. |
|
HasReminders | boolean |
None. |
|
ArrangementId | integer |
None. |
|
FirstReminderDays | integer |
None. |
|
SecondReminderDays | integer |
None. |
|
RecurrenceInterval | IntervalType |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "dueDate": "2024-11-19T12:30:40.9135759+02:00", "amount": 3.0, "hasReminders": true, "arrangementId": 5, "firstReminderDays": 6, "secondReminderDays": 7, "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.