PUT api/NGUOIDUNG_THAYMATKHAU_Result/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

NGUOIDUNG_THAYMATKHAU_Result
NameDescriptionTypeAdditional information
taikhoan

string

None.

Request Formats

application/json, text/json

Sample:
{
  "taikhoan": "sample string 1"
}

application/xml, text/xml

Sample:
<NGUOIDUNG_THAYMATKHAU_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models">
  <taikhoan>sample string 1</taikhoan>
</NGUOIDUNG_THAYMATKHAU_Result>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.