POST api/DangNhap
Request Information
URI Parameters
None.
Body Parameters
clsDangNhap| Name | Description | Type | Additional information |
|---|---|---|---|
| TenDangNhap | string |
None. |
|
| MatKhau | string |
None. |
|
| TaiKhoaniClick | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenDangNhap": "sample string 1",
"MatKhau": "sample string 2",
"TaiKhoaniClick": "sample string 3"
}
application/xml, text/xml
Sample:
<clsDangNhap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSPro"> <MatKhau>sample string 2</MatKhau> <TaiKhoaniClick>sample string 3</TaiKhoaniClick> <TenDangNhap>sample string 1</TenDangNhap> </clsDangNhap>
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. |