GET api/KiemTon/DanhSachQuaTang?Audit={Audit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Audit

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_DanhSachQuaTang_Result
NameDescriptionTypeAdditional information
SanPham

integer

None.

TenSanPham

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SanPham": 1,
    "TenSanPham": "sample string 2"
  },
  {
    "SanPham": 1,
    "TenSanPham": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_DanhSachQuaTang_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_DanhSachQuaTang_Result>
    <SanPham>1</SanPham>
    <TenSanPham>sample string 2</TenSanPham>
  </SP_API_DanhSachQuaTang_Result>
  <SP_API_DanhSachQuaTang_Result>
    <SanPham>1</SanPham>
    <TenSanPham>sample string 2</TenSanPham>
  </SP_API_DanhSachQuaTang_Result>
</ArrayOfSP_API_DanhSachQuaTang_Result>