POST api/receipt/fundsshortfall

Records funds from office account into client account and then to client if necessary.

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.ReceiptFundsShortfallDataContract
NameDescriptionTypeAdditional information
Date

date

None.

BankAccountId

integer

None.

OfficeAccountId

integer

None.

RecipientAccountId

integer

None.

Amount

decimal number

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReceiptFundsShortfallDataContract'.

application/json, text/json

Sample:
{
  "Date": "2024-04-26T08:28:28.3534794Z",
  "BankAccountId": 1,
  "OfficeAccountId": 2,
  "RecipientAccountId": 1,
  "Amount": 3.0
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.