POST api/auth/login
Request Information
URI Parameters
None.
Body Parameters
UserLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3",
"key": "sample string 4"
}
application/xml, text/xml
Sample:
<UserLoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamelBreedingMobileAPIs.Controllers"> <Id>sample string 1</Id> <Password>sample string 3</Password> <UserName>sample string 2</UserName> <key>sample string 4</key> </UserLoginModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.