POST api/VNPay/VNPayBaoCao_Online
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ReportVnPayOnlineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MaCuaHang | string |
None. |
|
| CreateDate | date |
None. |
|
| Account | string |
None. |
|
| Money | decimal number |
None. |
|
| DonVi | string |
None. |
|
| TerminalID | string |
None. |
|
| Contents | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MaCuaHang": "sample string 1",
"CreateDate": "2026-01-29T16:33:14.4669094+07:00",
"Account": "sample string 2",
"Money": 3.0,
"DonVi": "sample string 4",
"TerminalID": "sample string 5",
"Contents": "sample string 6"
},
{
"MaCuaHang": "sample string 1",
"CreateDate": "2026-01-29T16:33:14.4669094+07:00",
"Account": "sample string 2",
"Money": 3.0,
"DonVi": "sample string 4",
"TerminalID": "sample string 5",
"Contents": "sample string 6"
}
]