POST api/callBank/deposit-callback
Request Information
URI Parameters
None.
Body Parameters
BankDepositCallbackDto| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.