POST api/VNPay/VNPayBaoCao
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 ReportVNPayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"CreateDate": "2026-01-29T16:29:40.3281876+07:00",
"Account": "sample string 1",
"Money": 2.0,
"DonVi": "sample string 3",
"TerminalID": "sample string 4",
"Contents": "sample string 5"
},
{
"CreateDate": "2026-01-29T16:29:40.3281876+07:00",
"Account": "sample string 1",
"Money": 2.0,
"DonVi": "sample string 3",
"TerminalID": "sample string 4",
"Contents": "sample string 5"
}
]