GET api/SaleIn/DanhSachSaleInChiTiet?SaleIn={SaleIn}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SaleIn

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_SanPhamSaleIn_Result
NameDescriptionTypeAdditional information
TenSanPham

string

None.

SoLuong

integer

None.

DonGia

string

None.

SaleInChiTiet

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TenSanPham": "sample string 1",
    "SoLuong": 1,
    "DonGia": "sample string 2",
    "SaleInChiTiet": 3
  },
  {
    "TenSanPham": "sample string 1",
    "SoLuong": 1,
    "DonGia": "sample string 2",
    "SaleInChiTiet": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_SanPhamSaleIn_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_SanPhamSaleIn_Result>
    <DonGia>sample string 2</DonGia>
    <SaleInChiTiet>3</SaleInChiTiet>
    <SoLuong>1</SoLuong>
    <TenSanPham>sample string 1</TenSanPham>
  </SP_API_SanPhamSaleIn_Result>
  <SP_API_SanPhamSaleIn_Result>
    <DonGia>sample string 2</DonGia>
    <SaleInChiTiet>3</SaleInChiTiet>
    <SoLuong>1</SoLuong>
    <TenSanPham>sample string 1</TenSanPham>
  </SP_API_SanPhamSaleIn_Result>
</ArrayOfSP_API_SanPhamSaleIn_Result>