GET api/Phat/CapNhatPhat?Audit={Audit}&Store={Store}&LyDo={LyDo}&NguoiDung={NguoiDung}&SoTien={SoTien}&NguoiNhap={NguoiNhap}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Audit

integer

Required

Store

integer

Required

LyDo

integer

Required

NguoiDung

integer

Required

SoTien

decimal number

Required

NguoiNhap

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>