GET api/NghiPhep/UpdateDonNghiPhep_Update?NguoiDung={NguoiDung}&TuNgay={TuNgay}&DenNgay={DenNgay}&LyDo={LyDo}&NghiPhep={NghiPhep}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NguoiDung

integer

Required

TuNgay

string

Required

DenNgay

string

Required

LyDo

string

Required

NghiPhep

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>