POST api/receipt/withdrawfunds

Withdraw funds for the agent

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.SetWithdrawFundsDataContract
NameDescriptionTypeAdditional information
OfficeAccountId

integer

None.

BankAccountId

integer

None.

Amount

decimal number

None.

DateTime

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "OfficeAccountId": 1,
  "BankAccountId": 2,
  "Amount": 3.0,
  "DateTime": "2024-03-29T11:00:03.6398074Z"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.