POST api/VietQR/TechCombankBaoCao
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 PaymentConfirmationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| STKKhach | string |
None. |
|
| TenSTKKhach | string |
None. |
|
| SoTien | decimal number |
None. |
|
| DonVi | string |
None. |
|
| SoTKCuaHang | string |
None. |
|
| NoiDungCK | string |
None. |
|
| CreDtTm | date |
None. |
|
| PrxyId | globally unique identifier |
None. |
|
| ButToan | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"STKKhach": "sample string 1",
"TenSTKKhach": "sample string 2",
"SoTien": 3.1,
"DonVi": "sample string 4",
"SoTKCuaHang": "sample string 5",
"NoiDungCK": "sample string 6",
"CreDtTm": "2026-01-29T16:28:29.2267491+07:00",
"PrxyId": "cf3d9562-a045-454e-b368-e4b68d31be71",
"ButToan": "sample string 9"
},
{
"STKKhach": "sample string 1",
"TenSTKKhach": "sample string 2",
"SoTien": 3.1,
"DonVi": "sample string 4",
"SoTKCuaHang": "sample string 5",
"NoiDungCK": "sample string 6",
"CreDtTm": "2026-01-29T16:28:29.2267491+07:00",
"PrxyId": "cf3d9562-a045-454e-b368-e4b68d31be71",
"ButToan": "sample string 9"
}
]