POST Device/PostInfoWithTokenForAndroid

DeepLink launching mobile

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultDeviceInfoResult
NameDescriptionTypeAdditional information
command

string

None.

needReplaceToken

boolean

None.

newToken

string

None.

CompanyCode

string

None.

GlobalServerId

integer

None.

Id

integer

None.

Token

string

None.

NewURL

string

None.

NotificationServerIP

string

None.

WebPageLoginInfo

ResultWebLoginPage

None.

AgreementUrl

string

None.

NotificationServerPort

string

None.

SupportScheduleTask

boolean

None.

SupportClientPreselectionSchedule

boolean

None.

CompanyId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "command": "sample string 1",
  "needReplaceToken": true,
  "newToken": "sample string 2",
  "CompanyCode": "sample string 3",
  "GlobalServerId": 1,
  "Id": 1,
  "Token": "sample string 4",
  "NewURL": "sample string 5",
  "NotificationServerIP": "sample string 6",
  "WebPageLoginInfo": {
    "URL": "sample string 1",
    "WebKey": "sample string 2"
  },
  "AgreementUrl": "sample string 7",
  "NotificationServerPort": "sample string 8",
  "SupportScheduleTask": true,
  "SupportClientPreselectionSchedule": true,
  "CompanyId": 1
}

application/xml, text/xml

Sample:
<ResultDeviceInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <AgreementUrl>sample string 7</AgreementUrl>
  <CompanyCode i:nil="true" />
  <CompanyId>1</CompanyId>
  <GlobalServerId>1</GlobalServerId>
  <Id>1</Id>
  <NewURL>sample string 5</NewURL>
  <NotificationServerIP>sample string 6</NotificationServerIP>
  <NotificationServerPort>sample string 8</NotificationServerPort>
  <SupportClientPreselectionSchedule>true</SupportClientPreselectionSchedule>
  <SupportScheduleTask>true</SupportScheduleTask>
  <Token>sample string 4</Token>
  <WebPageLoginInfo>
    <URL>sample string 1</URL>
    <WebKey>sample string 2</WebKey>
  </WebPageLoginInfo>
  <CompanyCode>sample string 3</CompanyCode>
  <command>sample string 1</command>
  <needReplaceToken>true</needReplaceToken>
  <newToken>sample string 2</newToken>
</ResultDeviceInfoResult>