POST updatedanhsachmau2d
Request Information
URI Parameters
None.
Body Parameters
Collection of mau2d| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ma | integer |
None. |
|
| soxa | decimal number |
None. |
|
| socanbo | integer |
None. |
|
| maubaocao | string |
None. |
|
| nam | integer |
None. |
|
| maxa | integer |
None. |
|
| loaikhac | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"ma": 1,
"soxa": 1.0,
"socanbo": 1,
"maubaocao": "sample string 2",
"nam": 1,
"maxa": 1,
"loaikhac": 3
},
{
"id": 1,
"ma": 1,
"soxa": 1.0,
"socanbo": 1,
"maubaocao": "sample string 2",
"nam": 1,
"maxa": 1,
"loaikhac": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfmau2d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<mau2d>
<id>1</id>
<loaikhac>3</loaikhac>
<ma>1</ma>
<maubaocao>sample string 2</maubaocao>
<maxa>1</maxa>
<nam>1</nam>
<socanbo>1</socanbo>
<soxa>1</soxa>
</mau2d>
<mau2d>
<id>1</id>
<loaikhac>3</loaikhac>
<ma>1</ma>
<maubaocao>sample string 2</maubaocao>
<maxa>1</maxa>
<nam>1</nam>
<socanbo>1</socanbo>
<soxa>1</soxa>
</mau2d>
</ArrayOfmau2d>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
mau2d| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ma | integer |
None. |
|
| soxa | decimal number |
None. |
|
| socanbo | integer |
None. |
|
| maubaocao | string |
None. |
|
| nam | integer |
None. |
|
| maxa | integer |
None. |
|
| loaikhac | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"ma": 1,
"soxa": 1.0,
"socanbo": 1,
"maubaocao": "sample string 2",
"nam": 1,
"maxa": 1,
"loaikhac": 3
}
application/xml, text/xml
Sample:
<mau2d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <loaikhac>3</loaikhac> <ma>1</ma> <maubaocao>sample string 2</maubaocao> <maxa>1</maxa> <nam>1</nam> <socanbo>1</socanbo> <soxa>1</soxa> </mau2d>