POST api/command/batchsendcommand

Request Information

Body Parameters

BatchSendCommandModel
NameDescriptionTypeAdditional information
AccessToken

Token

string

None.

Imeis

设备imei号

Collection of string

None.

Time

时间戳

string

None.

CommandCode

CommandCode

string

None.

CommandValue

CommandValue

string

None.

ReqId

ReqId

string

None.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Code

状态码

integer

None.

Message

错误信息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<BaseResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gps.OpenApi.Models.ResponseModels">
  <Code>1</Code>
  <Message>sample string 2</Message>
</BaseResult>