POST api/receipt/withdrawfunds
Withdraw funds for the agent
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Receipt.SetWithdrawFundsDataContractName | Description | Type | Additional 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-11-21T09:41:38.9815165Z" }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.