Схема ответа
"UsTagsCountsExtResponse":{
"required": [
"requestId"
],
"type": "object",
"properties": {
"data": {
"counts": [
{
"tag": "string",
"detailsCount":"UsTagCountDto"
}
],
"parsedRequest": {
"autoInfoId": 0,
"detectedVehicleIdent": "string",
"detectedBrands": [
{
"id": 0,
"name": "string"
}
],
"detectedOems": [
"string"
],
"searchBy": "string",
"query": "string",
"filteredQuery": "string"
}
},
"requestId": "string"
}
}
см. UsTagCountDto
Поля в ответе
| Поле | Описание |
|---|---|
| requestId | Идентификатор запроса |