GET api/ChuongTrinh/DoiQua?NguoiDung={NguoiDung}&Store={Store}&KetQua={KetQua}&ChiTiet={ChiTiet}&SoLuongDoi={SoLuongDoi}&SoLuongNhan={SoLuongNhan}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NguoiDung

integer

Required

Store

integer

Required

KetQua

integer

Required

ChiTiet

integer

Required

SoLuongDoi

integer

Required

SoLuongNhan

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>