GET api/CuaHang/TongKetO2OTheoNgayChiTiet?Ngay={Ngay}&NguoiDung={NguoiDung}&MaNPP={MaNPP}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ngay | string |
Required |
|
| NguoiDung | integer |
Required |
|
| MaNPP | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_TongKetO2OTheoNgayChiTiet_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeMangCo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CodeMangCo": "sample string 1"
},
{
"CodeMangCo": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_TongKetO2OTheoNgayChiTiet_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_TongKetO2OTheoNgayChiTiet_Result>
<CodeMangCo>sample string 1</CodeMangCo>
</SP_API_TongKetO2OTheoNgayChiTiet_Result>
<SP_API_TongKetO2OTheoNgayChiTiet_Result>
<CodeMangCo>sample string 1</CodeMangCo>
</SP_API_TongKetO2OTheoNgayChiTiet_Result>
</ArrayOfSP_API_TongKetO2OTheoNgayChiTiet_Result>