POST themtaikhoanrobocon
Request Information
URI Parameters
None.
Body Parameters
robocon_taikhoan| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tendangnhap | string |
None. |
|
| matkhau | string |
None. |
|
| mahuyen | integer |
None. |
|
| matinh | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"tendangnhap": "sample string 2",
"matkhau": "sample string 3",
"mahuyen": 1,
"matinh": 1
}
application/xml, text/xml
Sample:
<robocon_taikhoan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <mahuyen>1</mahuyen> <matinh>1</matinh> <matkhau>sample string 3</matkhau> <tendangnhap>sample string 2</tendangnhap> </robocon_taikhoan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
robocon_taikhoan| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tendangnhap | string |
None. |
|
| matkhau | string |
None. |
|
| mahuyen | integer |
None. |
|
| matinh | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"tendangnhap": "sample string 2",
"matkhau": "sample string 3",
"mahuyen": 1,
"matinh": 1
}
application/xml, text/xml
Sample:
<robocon_taikhoan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APITienLuong.Models"> <id>1</id> <mahuyen>1</mahuyen> <matinh>1</matinh> <matkhau>sample string 3</matkhau> <tendangnhap>sample string 2</tendangnhap> </robocon_taikhoan>