POST api/receipt/interestearned

Add interest earned to suspense account

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.SetInterestEarnedDataContract
NameDescriptionTypeAdditional 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": "2024-04-20T02:51:37.6578076Z",
  "Amount": 2.0
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.