GET api/POSM/DanhSachPOSM?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_DanhSachPOSM_Mer_Result
NameDescriptionTypeAdditional information
POSM

integer

None.

KeHoach

integer

None.

TenPOSM

string

None.

IsCoTrungBay

integer

None.

TrangThai

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "POSM": 1,
    "KeHoach": 1,
    "TenPOSM": "sample string 1",
    "IsCoTrungBay": 2,
    "TrangThai": "sample string 3"
  },
  {
    "POSM": 1,
    "KeHoach": 1,
    "TenPOSM": "sample string 1",
    "IsCoTrungBay": 2,
    "TrangThai": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_DanhSachPOSM_Mer_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_DanhSachPOSM_Mer_Result>
    <IsCoTrungBay>2</IsCoTrungBay>
    <KeHoach>1</KeHoach>
    <POSM>1</POSM>
    <TenPOSM>sample string 1</TenPOSM>
    <TrangThai>sample string 3</TrangThai>
  </SP_API_DanhSachPOSM_Mer_Result>
  <SP_API_DanhSachPOSM_Mer_Result>
    <IsCoTrungBay>2</IsCoTrungBay>
    <KeHoach>1</KeHoach>
    <POSM>1</POSM>
    <TenPOSM>sample string 1</TenPOSM>
    <TrangThai>sample string 3</TrangThai>
  </SP_API_DanhSachPOSM_Mer_Result>
</ArrayOfSP_API_DanhSachPOSM_Mer_Result>