POST api/receipt/withdrawfunds
Withdraw funds for the agent
Request Information
URI Parameters
None.
Body Parameters
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": "2025-07-03T06:58:47.6629589Z" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.