POST api/receipt/interestearned
Add interest earned to suspense account
Request Information
URI Parameters
None.
Body Parameters
SetInterestEarnedDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountId | integer |
None. |
|
| Date | date |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"BankAccountId": 1,
"Date": "2025-11-18T14:08:22.4782151Z",
"Amount": 2.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.