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": "2022-06-30T04:51:43.4198735Z", "Amount": 2.0 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.