POST themdanhsachbangphichuyentien
Request Information
URI Parameters
None.
Body Parameters
Collection of phichuyentien| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
None. |
|
| sotien | decimal number |
None. |
|
| sotaikhoan | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"maxa": 1,
"thang": 1,
"nam": 1,
"sotien": 1.1,
"sotaikhoan": "sample string 2"
},
{
"id": 1,
"maxa": 1,
"thang": 1,
"nam": 1,
"sotien": 1.1,
"sotaikhoan": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfphichuyentien xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models">
<phichuyentien>
<id>1</id>
<maxa>1</maxa>
<nam>1</nam>
<sotaikhoan>sample string 2</sotaikhoan>
<sotien>1.1</sotien>
<thang>1</thang>
</phichuyentien>
<phichuyentien>
<id>1</id>
<maxa>1</maxa>
<nam>1</nam>
<sotaikhoan>sample string 2</sotaikhoan>
<sotien>1.1</sotien>
<thang>1</thang>
</phichuyentien>
</ArrayOfphichuyentien>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
phichuyentien| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| thang | integer |
None. |
|
| nam | integer |
None. |
|
| sotien | decimal number |
None. |
|
| sotaikhoan | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"maxa": 1,
"thang": 1,
"nam": 1,
"sotien": 1.1,
"sotaikhoan": "sample string 2"
}
application/xml, text/xml
Sample:
<phichuyentien xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <maxa>1</maxa> <nam>1</nam> <sotaikhoan>sample string 2</sotaikhoan> <sotien>1.1</sotien> <thang>1</thang> </phichuyentien>