PUT api/danhsachbieumaus/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

danhsachbieumau
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

filename

string

None.

maxa

integer

None.

mahuyen

integer

None.

matinh

integer

None.

apdung

integer

None.

loai

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "filename": "sample string 3",
  "maxa": 1,
  "mahuyen": 1,
  "matinh": 1,
  "apdung": 4,
  "loai": 1
}

application/xml, text/xml

Sample:
<danhsachbieumau xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
  <apdung>4</apdung>
  <filename>sample string 3</filename>
  <id>1</id>
  <loai>1</loai>
  <mahuyen>1</mahuyen>
  <matinh>1</matinh>
  <maxa>1</maxa>
  <name>sample string 2</name>
</danhsachbieumau>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.