Authorization: Bearer ********************{
"detectionStartTime": "2026-01-14 00:00:00",
"detectionEndTime": "2026-01-16 00:00:00"
}curl --location --request POST '/web/vehicle-info/v1.0/offlinelock/list/export' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"detectionStartTime": "2026-01-14 00:00:00",
"detectionEndTime": "2026-01-16 00:00:00"
}'{
"vinSuffix": "string",
"vin": "string",
"terminalTypes": [
"string"
],
"terminalManufacturers": [
"string"
],
"terminalModels": [
"string"
],
"terminalNumbers": [
"string"
],
"onlineStatus": "string",
"activeStatus": "string",
"speedLimitStatus": "string",
"lastOperateType": "string",
"lastLockStatus": 0,
"lastCreateTime": "2019-08-24T14:15:22.123Z",
"lastExecTime": "2019-08-24T14:15:22.123Z",
"detectionStatus": "string",
"detector": "string",
"lockDetectionResult": 0,
"errorReason": "string"
}