POST api/DangKy
Request Information
URI Parameters
None.
Body Parameters
clsDangKyThanhVienName | Description | Type | Additional information |
---|---|---|---|
TenDangNhap | string |
None. |
|
string |
None. |
||
MatKhau | string |
None. |
|
SoDienThoai | string |
None. |
|
TenThat | string |
None. |
|
NgonNgu | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TenDangNhap": "sample string 1", "Email": "sample string 2", "MatKhau": "sample string 3", "SoDienThoai": "sample string 4", "TenThat": "sample string 5", "NgonNgu": "sample string 6" }
application/xml, text/xml
Sample:
<clsDangKyThanhVien xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VongXoayTrungThuong"> <Email>sample string 2</Email> <MatKhau>sample string 3</MatKhau> <NgonNgu>sample string 6</NgonNgu> <SoDienThoai>sample string 4</SoDienThoai> <TenDangNhap>sample string 1</TenDangNhap> <TenThat>sample string 5</TenThat> </clsDangKyThanhVien>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |