- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
deviceTypeInfo
Singapore
Singapore
POST
/v2/openapi/device/type/info
Request
Header Params
Authorization
string
required
Body Params application/json
deviceType
string | null
required
Example
{
"deviceType": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/device/type/info' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceType": "string"
}'
Responses
🟢200Success
application/json
Body
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
chargeType
integer | null
optional
extendType
integer | null
optional
extendCount
integer | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {
"typeName": "",
"typeCode": "",
"typeVersion": "",
"tripType": "",
"accType": 0,
"chargeType": 0,
"extendType": 0,
"extendCount": 0
},
"msg": ""
}
Modified at 2024-11-27 03:17:54