POST api/device/getdevicebindinfo

Request Information

Body Parameters

GetDeviceBindInfoModel
NameDescriptionTypeAdditional information
Imei

string

None.

Response Information

Resource Description

GetDeviceBindInfoResult
NameDescriptionTypeAdditional information
BindUserPhone

string

None.

DevicePhone

string

None.

DeviceIccid

string

None.

State

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BindUserPhone": "sample string 1",
  "DevicePhone": "sample string 2",
  "DeviceIccid": "sample string 3",
  "State": 4,
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<GetDeviceBindInfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gps.OpenApi.Models.ResponseModels">
  <Message>sample string 5</Message>
  <State>4</State>
  <BindUserPhone>sample string 1</BindUserPhone>
  <DeviceIccid>sample string 3</DeviceIccid>
  <DevicePhone>sample string 2</DevicePhone>
</GetDeviceBindInfoResult>