POST api/Users/Login
Login
Request Information
URI Parameters
None.
Body Parameters
Login| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| Password | string |
None. |
|
| RecaptchaToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"RecaptchaToken": "sample string 3"
}
text/html
Sample:
{"Username":"sample string 1","Password":"sample string 2","RecaptchaToken":"sample string 3"}
application/xml, text/xml
Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TTMWM_MECLAIM_API.ViewModels"> <Password>sample string 2</Password> <RecaptchaToken>sample string 3</RecaptchaToken> <Username>sample string 1</Username> </Login>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Login Result
ServiceResultTypedOfListOfUserLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Errors | Collection of string |
None. |
|
| Data | Collection of UserLogin |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.