GET api/TrungBay/CapNhatCauChonNhieuTrungBay?Store={Store}&NguoiDung={NguoiDung}&Audit={Audit}&POSM={POSM}&ChiTietPOSM={ChiTietPOSM}&Loai={Loai}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Store

integer

Required

NguoiDung

integer

Required

Audit

integer

Required

POSM

integer

Required

ChiTietPOSM

integer

Required

Loai

integer

Required

Body Parameters

None.

Response Information

Resource Description

API_Response
NameDescriptionTypeAdditional information
response_code

integer

None.

response_text

string

None.

response_description

string

None.

response_data

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "response_code": 1,
  "response_text": "sample string 2",
  "response_description": "sample string 3",
  "response_data": 4
}

application/xml, text/xml

Sample:
<API_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <response_code>1</response_code>
  <response_data>4</response_data>
  <response_description>sample string 3</response_description>
  <response_text>sample string 2</response_text>
</API_Response>