POST themdanhsachchucvuxa
Request Information
URI Parameters
None.
Body Parameters
Collection of chucvuxa| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| tenchucvu | string |
None. |
|
| phucapchucvu | decimal number |
None. |
|
| machucvu | string |
None. |
|
| isgiaovien | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"maxa": 2,
"tenchucvu": "sample string 3",
"phucapchucvu": 4.1,
"machucvu": "sample string 5",
"isgiaovien": 6
},
{
"id": 1,
"maxa": 2,
"tenchucvu": "sample string 3",
"phucapchucvu": 4.1,
"machucvu": "sample string 5",
"isgiaovien": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfchucvuxa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<chucvuxa>
<id>1</id>
<isgiaovien>6</isgiaovien>
<machucvu>sample string 5</machucvu>
<maxa>2</maxa>
<phucapchucvu>4.1</phucapchucvu>
<tenchucvu>sample string 3</tenchucvu>
</chucvuxa>
<chucvuxa>
<id>1</id>
<isgiaovien>6</isgiaovien>
<machucvu>sample string 5</machucvu>
<maxa>2</maxa>
<phucapchucvu>4.1</phucapchucvu>
<tenchucvu>sample string 3</tenchucvu>
</chucvuxa>
</ArrayOfchucvuxa>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
chucvuxa| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| tenchucvu | string |
None. |
|
| phucapchucvu | decimal number |
None. |
|
| machucvu | string |
None. |
|
| isgiaovien | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"maxa": 2,
"tenchucvu": "sample string 3",
"phucapchucvu": 4.1,
"machucvu": "sample string 5",
"isgiaovien": 6
}
application/xml, text/xml
Sample:
<chucvuxa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <isgiaovien>6</isgiaovien> <machucvu>sample string 5</machucvu> <maxa>2</maxa> <phucapchucvu>4.1</phucapchucvu> <tenchucvu>sample string 3</tenchucvu> </chucvuxa>