POST updatedanhsachdanhsachbieumau
Request Information
URI Parameters
None.
Body Parameters
Collection of danhsachbieumau| Name | Description | Type | Additional 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
},
{
"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:
<ArrayOfdanhsachbieumau xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<danhsachbieumau>
<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>
<danhsachbieumau>
<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>
</ArrayOfdanhsachbieumau>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
danhsachbieumau| Name | Description | Type | Additional 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. |
Response 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>