POST User/AuthenticateUser
Request Information
URI Parameters
None.
Body Parameters
Login| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| IMEI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3",
"IMEI": "sample string 4"
}
text/html
Sample:
{"Code":"sample string 1","UserName":"sample string 2","Password":"sample string 3","IMEI":"sample string 4"}
application/xml, text/xml
Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tracking.Entity"> <Code>sample string 1</Code> <IMEI>sample string 4</IMEI> <Password>sample string 3</Password> <UserName>sample string 2</UserName> </Login>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.