GET api/TrungBay/DanhSachTrungBayPOSMChiTiet?POSM={POSM}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
POSM

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SP_API_TrungBayChiTietPOSM_Result
NameDescriptionTypeAdditional information
ChiTietPOSM

integer

None.

POSM

integer

None.

ThongTinLoi

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ChiTietPOSM": 1,
    "POSM": 1,
    "ThongTinLoi": "sample string 2"
  },
  {
    "ChiTietPOSM": 1,
    "POSM": 1,
    "ThongTinLoi": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSP_API_TrungBayChiTietPOSM_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <SP_API_TrungBayChiTietPOSM_Result>
    <ChiTietPOSM>1</ChiTietPOSM>
    <POSM>1</POSM>
    <ThongTinLoi>sample string 2</ThongTinLoi>
  </SP_API_TrungBayChiTietPOSM_Result>
  <SP_API_TrungBayChiTietPOSM_Result>
    <ChiTietPOSM>1</ChiTietPOSM>
    <POSM>1</POSM>
    <ThongTinLoi>sample string 2</ThongTinLoi>
  </SP_API_TrungBayChiTietPOSM_Result>
</ArrayOfSP_API_TrungBayChiTietPOSM_Result>