GET api/CuaHang/KiemTraTongDoanhSo?Audit={Audit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Audit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_KiemTraTongDoanhSo_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| KiemTraTongDoanhSo | integer |
None. |
|
| KiemTraGhiChu | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KiemTraTongDoanhSo": 1,
"KiemTraGhiChu": 2
},
{
"KiemTraTongDoanhSo": 1,
"KiemTraGhiChu": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_KiemTraTongDoanhSo_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_KiemTraTongDoanhSo_Result>
<KiemTraGhiChu>2</KiemTraGhiChu>
<KiemTraTongDoanhSo>1</KiemTraTongDoanhSo>
</SP_API_KiemTraTongDoanhSo_Result>
<SP_API_KiemTraTongDoanhSo_Result>
<KiemTraGhiChu>2</KiemTraGhiChu>
<KiemTraTongDoanhSo>1</KiemTraTongDoanhSo>
</SP_API_KiemTraTongDoanhSo_Result>
</ArrayOfSP_API_KiemTraTongDoanhSo_Result>