PUT api/thongtinbienches/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

thongtinbienche
NameDescriptionTypeAdditional information
id

integer

None.

maxa

integer

None.

nam

integer

None.

bienchegiao

integer

None.

bienchethucte

integer

None.

xangheo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "maxa": 1,
  "nam": 1,
  "bienchegiao": 1,
  "bienchethucte": 1,
  "xangheo": 2
}

application/xml, text/xml

Sample:
<thongtinbienche xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <bienchegiao>1</bienchegiao>
  <bienchethucte>1</bienchethucte>
  <id>1</id>
  <maxa>1</maxa>
  <nam>1</nam>
  <xangheo>2</xangheo>
</thongtinbienche>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.