POST api/receipt/withdrawfunds
Withdraw funds for the agent
Request Information
URI Parameters
None.
Body Parameters
SetWithdrawFundsDataContract| Name | 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-11-17T14:20:59.408356Z"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.