GET api/FptTicket?mactau={mactau}&ngayXP={ngayXP}&km1={km1}&km2={km2}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mactau | string |
Required |
|
| ngayXP | date |
Required |
|
| km1 | integer |
Required |
|
| km2 | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PKTauCTInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| HKKM1 | integer |
None. |
|
| HKKM2 | integer |
None. |
|
| SoKhach1 | integer |
None. |
|
| SoKhach2 | integer |
None. |
|
| SoKhachChuyenTai | integer |
None. |
|
| SoGaDung1 | integer |
None. |
|
| SoGaDung2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"HKKM1": 1,
"HKKM2": 2,
"SoKhach1": 3,
"SoKhach2": 4,
"SoKhachChuyenTai": 5,
"SoGaDung1": 6,
"SoGaDung2": 7
}