GET api/TrungBay/DanhSachTrungBayPOSM?Audit={Audit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Audit

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_POSM_Result
NameDescriptionTypeAdditional information
POSM

integer

None.

ChiTietPOSM

string

None.

DapAnChonPOSM

string

None.

TenPOSM

string

None.

KieuChon

integer

None.

TrangThai

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "POSM": 1,
    "ChiTietPOSM": "sample string 2",
    "DapAnChonPOSM": "sample string 3",
    "TenPOSM": "sample string 4",
    "KieuChon": 1,
    "TrangThai": "sample string 5"
  },
  {
    "POSM": 1,
    "ChiTietPOSM": "sample string 2",
    "DapAnChonPOSM": "sample string 3",
    "TenPOSM": "sample string 4",
    "KieuChon": 1,
    "TrangThai": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_POSM_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_POSM_Result>
    <ChiTietPOSM>sample string 2</ChiTietPOSM>
    <DapAnChonPOSM>sample string 3</DapAnChonPOSM>
    <KieuChon>1</KieuChon>
    <POSM>1</POSM>
    <TenPOSM>sample string 4</TenPOSM>
    <TrangThai>sample string 5</TrangThai>
  </SP_API_POSM_Result>
  <SP_API_POSM_Result>
    <ChiTietPOSM>sample string 2</ChiTietPOSM>
    <DapAnChonPOSM>sample string 3</DapAnChonPOSM>
    <KieuChon>1</KieuChon>
    <POSM>1</POSM>
    <TenPOSM>sample string 4</TenPOSM>
    <TrangThai>sample string 5</TrangThai>
  </SP_API_POSM_Result>
</ArrayOfSP_API_POSM_Result>