POST api/{locate}/handheld/session
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locate | string |
Required |
Body Parameters
ReqClsSession| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| action | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"action": "sample string 2"
}
application/xml, text/xml
Sample:
<ReqClsSession xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W1Services.Models"> <action>sample string 2</action> <token>sample string 1</token> </ReqClsSession>
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.