POST api/device/alldevice

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OKOfWXObjectParam[]
NameDescriptionTypeAdditional information
data

Collection of WXObjectParam

None.

errCode

integer

None.

errMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errCode": 1,
  "errMsg": "sample string 2",
  "data": [
    {
      "PayEndDate": "2025-12-06 13:01:22",
      "Code": "sample string 1",
      "IsDQX": true,
      "RecID": 3,
      "WechatUserID": 4,
      "ObjectID": 5,
      "VehicleName": "sample string 6",
      "SIM2": "sample string 7",
      "SIM": "sample string 8",
      "Mobile": "sample string 9",
      "PeopleName": "sample string 10",
      "VehicleBrandName": "sample string 11",
      "Color": "sample string 12",
      "CreateTime": "2025-12-06 13:01:22",
      "CarVIN": "sample string 14",
      "CradID": "sample string 15",
      "VehicleTypeID": 1
    },
    {
      "PayEndDate": "2025-12-06 13:01:22",
      "Code": "sample string 1",
      "IsDQX": true,
      "RecID": 3,
      "WechatUserID": 4,
      "ObjectID": 5,
      "VehicleName": "sample string 6",
      "SIM2": "sample string 7",
      "SIM": "sample string 8",
      "Mobile": "sample string 9",
      "PeopleName": "sample string 10",
      "VehicleBrandName": "sample string 11",
      "Color": "sample string 12",
      "CreateTime": "2025-12-06 13:01:22",
      "CarVIN": "sample string 14",
      "CradID": "sample string 15",
      "VehicleTypeID": 1
    }
  ]
}