GET api/OOS/DanhSachOOS?Audit={Audit}&Store={Store}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Audit

integer

Required

Store

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_OOS_Result
NameDescriptionTypeAdditional information
SanPham

integer

None.

TenSanPham

string

None.

ID

integer

None.

OOS

integer

None.

TrangThai

string

None.

LoiSOOS

string

None.

SoLuongTon

integer

None.

SoLuongTonToiThieu

integer

None.

HinhAnh

string

None.

SupGhiChu

string

None.

SaleGhiChu

string

None.

SaleSupGhiChu

string

None.

KamGhiChu

string

None.

SaleAdminGhiChu

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SanPham": 1,
    "TenSanPham": "sample string 2",
    "ID": 3,
    "OOS": 1,
    "TrangThai": "sample string 4",
    "LoiSOOS": "sample string 5",
    "SoLuongTon": 1,
    "SoLuongTonToiThieu": 6,
    "HinhAnh": "sample string 7",
    "SupGhiChu": "sample string 8",
    "SaleGhiChu": "sample string 9",
    "SaleSupGhiChu": "sample string 10",
    "KamGhiChu": "sample string 11",
    "SaleAdminGhiChu": "sample string 12"
  },
  {
    "SanPham": 1,
    "TenSanPham": "sample string 2",
    "ID": 3,
    "OOS": 1,
    "TrangThai": "sample string 4",
    "LoiSOOS": "sample string 5",
    "SoLuongTon": 1,
    "SoLuongTonToiThieu": 6,
    "HinhAnh": "sample string 7",
    "SupGhiChu": "sample string 8",
    "SaleGhiChu": "sample string 9",
    "SaleSupGhiChu": "sample string 10",
    "KamGhiChu": "sample string 11",
    "SaleAdminGhiChu": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_OOS_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_OOS_Result>
    <HinhAnh>sample string 7</HinhAnh>
    <ID>3</ID>
    <KamGhiChu>sample string 11</KamGhiChu>
    <LoiSOOS>sample string 5</LoiSOOS>
    <OOS>1</OOS>
    <SaleAdminGhiChu>sample string 12</SaleAdminGhiChu>
    <SaleGhiChu>sample string 9</SaleGhiChu>
    <SaleSupGhiChu>sample string 10</SaleSupGhiChu>
    <SanPham>1</SanPham>
    <SoLuongTon>1</SoLuongTon>
    <SoLuongTonToiThieu>6</SoLuongTonToiThieu>
    <SupGhiChu>sample string 8</SupGhiChu>
    <TenSanPham>sample string 2</TenSanPham>
    <TrangThai>sample string 4</TrangThai>
  </SP_API_OOS_Result>
  <SP_API_OOS_Result>
    <HinhAnh>sample string 7</HinhAnh>
    <ID>3</ID>
    <KamGhiChu>sample string 11</KamGhiChu>
    <LoiSOOS>sample string 5</LoiSOOS>
    <OOS>1</OOS>
    <SaleAdminGhiChu>sample string 12</SaleAdminGhiChu>
    <SaleGhiChu>sample string 9</SaleGhiChu>
    <SaleSupGhiChu>sample string 10</SaleSupGhiChu>
    <SanPham>1</SanPham>
    <SoLuongTon>1</SoLuongTon>
    <SoLuongTonToiThieu>6</SoLuongTonToiThieu>
    <SupGhiChu>sample string 8</SupGhiChu>
    <TenSanPham>sample string 2</TenSanPham>
    <TrangThai>sample string 4</TrangThai>
  </SP_API_OOS_Result>
</ArrayOfSP_API_OOS_Result>