POST api/receipt/interestearned

Add interest earned to suspense account Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The set interest earned data contract supplied with the request.

SetInterestEarnedDataContract
NameDescriptionTypeAdditional information
BankAccountId

The unique identifier of the related bank account resource.

integer

None.

Date

The date, expressed as a date and time.

date

None.

Amount

The amount value.

decimal number

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "BankAccountId": 1,
  "Date": "2026-07-23T08:15:21.3084196Z",
  "Amount": 2.0
}

Response Information

Resource Description

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.