POST api/receipt/interestearned
Add interest earned to suspense account
Request Information
URI Parameters
None.
Body Parameters
SetInterestEarnedDataContractName | 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-07-05T20:28:44.9166489Z", "Amount": 2.0 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.