deviceTypeInfo
POST
/v2/openapi/device/type/infoRequest
Body Params application/json
deviceType
string | null
required
Example
{
"deviceType": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object (ApiDeviceTypeVO)
optional
typeName
string | null
optional
typeCode
string | null
optional
typeVersion
string | null
optional
tripType
string | null
optional
accType
integer | null
optional
1 support 0 not support
chargeType
integer | null
optional
1 support 0 not support
extendType
integer | null
optional
1 support 0 not support
extendCount
integer | null
optional
Maximum number of peripherals
msg
string | null
optional
Example
{
"code": 0,
"data": {
"typeName": "",
"typeCode": "",
"typeVersion": "",
"tripType": "",
"accType": 0,
"chargeType": 0,
"extendType": 0,
"extendCount": 0
},
"msg": ""
}
Last modified: 2 个月前