GET api/Audit/DanhSachAuditOOSChiTiet?Audit={Audit}&Store={Store}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Audit | integer |
Required |
|
| Store | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_AuditOOS_ChiTiet_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| SanPham | integer |
None. |
|
| TenSanPham | string |
None. |
|
| ID | integer |
None. |
|
| OOS | integer |
None. |
|
| SoLuongTonToiThieu | integer |
None. |
|
| SoLuongTon | integer |
None. |
|
| SoLuongThieu | integer |
None. |
|
| SoLuongDatHang | integer |
None. |
|
| HinhAnh | string |
None. |
|
| SupGhiChu | string |
None. |
|
| SaleGhiChu | string |
None. |
|
| SaleSupGhiC | string |
None. |
|
| SaleAdminGhiChu | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SanPham": 1,
"TenSanPham": "sample string 2",
"ID": 3,
"OOS": 1,
"SoLuongTonToiThieu": 4,
"SoLuongTon": 1,
"SoLuongThieu": 1,
"SoLuongDatHang": 1,
"HinhAnh": "sample string 5",
"SupGhiChu": "sample string 6",
"SaleGhiChu": "sample string 7",
"SaleSupGhiC": "sample string 8",
"SaleAdminGhiChu": "sample string 9"
},
{
"SanPham": 1,
"TenSanPham": "sample string 2",
"ID": 3,
"OOS": 1,
"SoLuongTonToiThieu": 4,
"SoLuongTon": 1,
"SoLuongThieu": 1,
"SoLuongDatHang": 1,
"HinhAnh": "sample string 5",
"SupGhiChu": "sample string 6",
"SaleGhiChu": "sample string 7",
"SaleSupGhiC": "sample string 8",
"SaleAdminGhiChu": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_AuditOOS_ChiTiet_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_AuditOOS_ChiTiet_Result>
<HinhAnh>sample string 5</HinhAnh>
<ID>3</ID>
<OOS>1</OOS>
<SaleAdminGhiChu>sample string 9</SaleAdminGhiChu>
<SaleGhiChu>sample string 7</SaleGhiChu>
<SaleSupGhiC>sample string 8</SaleSupGhiC>
<SanPham>1</SanPham>
<SoLuongDatHang>1</SoLuongDatHang>
<SoLuongThieu>1</SoLuongThieu>
<SoLuongTon>1</SoLuongTon>
<SoLuongTonToiThieu>4</SoLuongTonToiThieu>
<SupGhiChu>sample string 6</SupGhiChu>
<TenSanPham>sample string 2</TenSanPham>
</SP_API_AuditOOS_ChiTiet_Result>
<SP_API_AuditOOS_ChiTiet_Result>
<HinhAnh>sample string 5</HinhAnh>
<ID>3</ID>
<OOS>1</OOS>
<SaleAdminGhiChu>sample string 9</SaleAdminGhiChu>
<SaleGhiChu>sample string 7</SaleGhiChu>
<SaleSupGhiC>sample string 8</SaleSupGhiC>
<SanPham>1</SanPham>
<SoLuongDatHang>1</SoLuongDatHang>
<SoLuongThieu>1</SoLuongThieu>
<SoLuongTon>1</SoLuongTon>
<SoLuongTonToiThieu>4</SoLuongTonToiThieu>
<SupGhiChu>sample string 6</SupGhiChu>
<TenSanPham>sample string 2</TenSanPham>
</SP_API_AuditOOS_ChiTiet_Result>
</ArrayOfSP_API_AuditOOS_ChiTiet_Result>