POST api/{locate}/handheld/login
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locate | string |
Required |
Body Parameters
ReqClsLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
None. |
|
| password | string |
None. |
|
| imei | string |
None. |
|
| version | string |
None. |
|
| database | string |
None. |
|
| branch | string |
None. |
|
| fbtoken | string |
None. |
|
| partnertoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"imei": "sample string 3",
"version": "sample string 4",
"database": "sample string 5",
"branch": "sample string 6",
"fbtoken": "sample string 7",
"partnertoken": "sample string 8"
}
application/xml, text/xml
Sample:
<ReqClsLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W1Services.Models"> <branch>sample string 6</branch> <database>sample string 5</database> <fbtoken>sample string 7</fbtoken> <imei>sample string 3</imei> <partnertoken>sample string 8</partnertoken> <password>sample string 2</password> <username>sample string 1</username> <version>sample string 4</version> </ReqClsLogin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResCls| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.