POST api/account/addnew
Request Information
URI Parameters
None.
Body Parameters
dm_doituong| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ma_dt | string |
None. |
|
| hoten | string |
None. |
|
| string |
None. |
||
| matkhau | string |
None. |
|
| diachi | string |
None. |
|
| quanhuyen | string |
None. |
|
| phuongxa | string |
None. |
|
| tinhthanhpho | string |
None. |
|
| masothue | string |
None. |
|
| sodienthoai | string |
None. |
|
| nguoilienhe | string |
None. |
|
| ma_nhomdt | string |
None. |
|
| point | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ma_dt": "sample string 2",
"hoten": "sample string 3",
"email": "sample string 4",
"matkhau": "sample string 5",
"diachi": "sample string 6",
"quanhuyen": "sample string 7",
"phuongxa": "sample string 8",
"tinhthanhpho": "sample string 9",
"masothue": "sample string 10",
"sodienthoai": "sample string 11",
"nguoilienhe": "sample string 12",
"ma_nhomdt": "sample string 13",
"point": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |