POST Deposits/Deposit/ManualInterestDeposit

Request Information

URI Parameters

None.

Body Parameters

ManualInterestDepositDTO
NameDescriptionTypeAdditional information
DepositID

integer

None.

InterestAmount

decimal number

None.

PostingDate

date

None.

Comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "depositID": 1,
  "interestAmount": 2.0,
  "postingDate": "2024-12-04T07:46:57.7820056+00:00",
  "comments": "sample string 4"
}

application/xml, text/xml

Sample:
<ManualInterestDepositDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Billings.Models">
  <Comments>sample string 4</Comments>
  <DepositID>1</DepositID>
  <InterestAmount>2</InterestAmount>
  <PostingDate>2024-12-04T07:46:57.7820056+00:00</PostingDate>
</ManualInterestDepositDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�
�A
�0Ы��5-Ӑ62;��^�� ��θO��#y������M����xtH�d�S��b`?�C��}YM���C?��…"���8ģ'����Zs�bڸ�y{H����x��E�v

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/x-compressed-json

Sample:

Sample not available.