POST api/callBank/deposit-callback

Request Information

URI Parameters

None.

Body Parameters

BankDepositCallbackDto
NameDescriptionTypeAdditional information
VANumber

string

None.

TransferTime

date

None.

TransactionId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VANumber": "sample string 1",
  "TransferTime": "2026-01-26T19:09:19.1623418+07:00",
  "TransactionId": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BankDepositCallbackDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.