POST api/receipt/withdrawfunds

Withdraw funds for the agent Processes this receipt API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The set withdraw funds data contract supplied with the request.

SetWithdrawFundsDataContract
NameDescriptionTypeAdditional information
OfficeAccountId

The unique identifier of the related office account resource.

integer

None.

BankAccountId

The unique identifier of the related bank account resource.

integer

None.

Amount

The amount value.

decimal number

None.

DateTime

The date time, expressed as a date and time.

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": "2026-08-04T22:24:16.0286003Z"
}

Response Information

Resource Description

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.