GET api/GiaoHang/GetListVtxTam?Ngay={Ngay}&NhanVienGH={NhanVienGH}&SoXe={SoXe}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ngay | date |
Required |
|
| NhanVienGH | string |
Required |
|
| SoXe | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}