POST api/command/batchsendcommandinstance
批量下发查找设备指令 [手表]
Request Information
Body Parameters
BatchSendCommandModelName | Description | Type | Additional 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
State状态码 0. 表示成功
BaseResultName | Description | Type | Additional 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>