POST api/xa_chedo
Request Information
URI Parameters
None.
Body Parameters
xa_chedo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| t_thuhut_116 | decimal number |
None. |
|
| t_uudai | decimal number |
None. |
|
| t_phucapkhuvuc | decimal number |
None. |
|
| thoigian | date |
None. |
|
| nguoisua | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"maxa": 2,
"t_thuhut_116": 3.1,
"t_uudai": 4.1,
"t_phucapkhuvuc": 5.1,
"thoigian": "2025-12-20T05:20:52.5007076+07:00",
"nguoisua": 1
}
application/xml, text/xml
Sample:
<xa_chedo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <maxa>2</maxa> <nguoisua>1</nguoisua> <t_phucapkhuvuc>5.1</t_phucapkhuvuc> <t_thuhut_116>3.1</t_thuhut_116> <t_uudai>4.1</t_uudai> <thoigian>2025-12-20T05:20:52.5007076+07:00</thoigian> </xa_chedo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
xa_chedo| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| maxa | integer |
None. |
|
| t_thuhut_116 | decimal number |
None. |
|
| t_uudai | decimal number |
None. |
|
| t_phucapkhuvuc | decimal number |
None. |
|
| thoigian | date |
None. |
|
| nguoisua | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"maxa": 2,
"t_thuhut_116": 3.1,
"t_uudai": 4.1,
"t_phucapkhuvuc": 5.1,
"thoigian": "2025-12-20T05:20:52.5163402+07:00",
"nguoisua": 1
}
application/xml, text/xml
Sample:
<xa_chedo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <maxa>2</maxa> <nguoisua>1</nguoisua> <t_phucapkhuvuc>5.1</t_phucapkhuvuc> <t_thuhut_116>3.1</t_thuhut_116> <t_uudai>4.1</t_uudai> <thoigian>2025-12-20T05:20:52.5163402+07:00</thoigian> </xa_chedo>