DE 数据开放平台
  1. 根据关键词查询配件及附属信息
DE 数据开放平台
  • 明觉汽配数据服务介绍
    • 明觉汽配数据服务介绍
      POST
  • 鉴权接口
    • B2B获取鉴权
      POST
  • 乘用车销售车型解析介绍
    • VIN码解析
      • VIN码解析销售车型
      • VIN码纠偏
    • 车型查询
      • 乘用车品牌树查询
      • 乘用车主属性查询
  • 无车型查询配件信息
    • 配件编码同步清洗
      POST
  • 查询车型下的配件数据介绍
    • 根据关键词查询配件及附属信息
      • 配件名称联想
        POST
      • 关键词查询配件信息
        POST
      • 标准结构树查配件V3
        POST
      • 查询配件装配图V3
        POST
      • 查询装配图中配件信息V3
        POST
      • 查询保养方案及保养手册
        POST
  1. 根据关键词查询配件及附属信息

查询保养方案及保养手册

POST
/service/common/queryMaintain
功能描述
根据车型查询保养方案或保养手册。

请求参数

Header 参数
Product-Code
string 
必需
示例值:
W0602
Content-Type
string 
必需
示例值:
application/json;charset=utf-8
Authorization
string 
必需
示例值:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbnVzZXIiOiJTTVM6MTM4MTg1MTc5ODQ6MTU1MjM1MTA3MjY4MTo2MDQ4MDAifQ.SOQrdnnSiggCdUxtgJxgCzKx5ci8axt2fPjewcc19eyGt9iA2au86EkzlckITE74Y6-pGg-NOJfWQJZguiBorQ
Client-Info
string 
可选
示例值:
b836acd8-3712-48e7-bcad-4de22cd6cc98
Version
string 
可选
示例值:
V1.0
Body 参数application/json
vinCode
string 
车架号
必需
mileage
string 
里程 必须为数字 如果miantainType为1 必填 ,
必需
lastMaintainTime
string 
最近保养时间 格式 2020-10-14
可选
maintainAttrs
array[string]
筛选保养配件
必需
maintainType
integer 
查询方式 1 保养查询,2保养手册查询
必需
示例
1、查询推荐保养件
{
    "vinCode": "LFV6A24G2D3041348",
    "mileage": "90000",
    "lastMaintainTime": "2020-6-23",
    "maintainAttrs": [
        "燃油滤清器",
        "后制动鼓"
    ],
    "maintainType": 1
}


2、查询保养手册
{
    "vinCode": "LBENUBKD2HS005428",
    "maintainType": 2
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/service/common/queryMaintain' \
--header 'Product-Code: W0602' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbnVzZXIiOiJTTVM6MTM4MTg1MTc5ODQ6MTU1MjM1MTA3MjY4MTo2MDQ4MDAifQ.SOQrdnnSiggCdUxtgJxgCzKx5ci8axt2fPjewcc19eyGt9iA2au86EkzlckITE74Y6-pGg-NOJfWQJZguiBorQ' \
--header 'Client-Info: b836acd8-3712-48e7-bcad-4de22cd6cc98' \
--header 'Version: V1.0' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '1、查询推荐保养件
{
    "vinCode": "LFV6A24G2D3041348",
    "mileage": "90000",
    "lastMaintainTime": "2020-6-23",
    "maintainAttrs": [
        "燃油滤清器",
        "后制动鼓"
    ],
    "maintainType": 1
}


2、查询保养手册
{
    "vinCode": "LBENUBKD2HS005428",
    "maintainType": 2
}'

返回响应

🟢200成功
application/json
Body
queryTime
string 
必需
code
string 
必需
codeDescription
string 
必需
toastMessage
string 
必需
data
object 
必需
responseDescription
string 
必需
maintainList
array [object {6}] 
保养项目清单
必需
responseCode
string 
必需
traceId
string 
必需
示例
1、查询推荐保养件返回
{
    "queryTime": "2020-10-14 13:50:22",
    "code": "0000",
    "codeDescription": "成功",
    "toastMessage": "成功",
    "data": {
        "responseDescription": "正确返回",
        "maintainList": [
            {
                "comment": "检查厚度及磨损情况,必要时更换",
                "keepMode": "检查",
                "oilAttr": [],
                "oilFlag": 0,
                "qty": "",
                "item": "后制动鼓"
            },
            {
                "comment": "",
                "keepMode": "更换",
                "oilAttr": [],
                "oilFlag": 0,
                "qty": "1",
                "item": "燃油滤清器"
            }
        ],
        "responseCode": "00"
    },
    "traceId": "4a695d8e7e3e9b34"
}


2、查询保养手册返回:
{
    "queryTime": "2020-10-14 15:24:39",
    "code": "0000",
    "codeDescription": "成功",
    "toastMessage": "成功",
    "data": {
        "responseDescription": "正确返回",
        "maintainList": {
            "tableHeader": [
                10000,
                20000,
                30000,
                40000,
                50000,
                60000,
                70000,
                80000,
                90000,
                100000,
                110000,
                120000,
                130000,
                140000,
                150000,
                160000,
                170000,
                180000,
                190000
            ],
            "data": [
                {
                    "keepMode": "更换",
                    "mainItem": [
                        {
                            "comment": "",
                            "oilAttr": [
                                {
                                    "spec": "乙烯乙二醇",
                                    "desc": "规格"
                                },
                                {
                                    "fillAmout": "8",
                                    "desc": "加注量(L)"
                                }
                            ],
                            "oilFlag": 1,
                            "routeCycle": [
                                {
                                    "route": 40000,
                                    "month": 24
                                },
                                {
                                    "route": 80000,
                                    "month": 48
                                },
                                {
                                    "route": 120000,
                                    "month": 72
                                },
                                {
                                    "route": 160000,
                                    "month": 96
                                }
                            ],
                            "qty": "",
                            "item": "冷却液"
                        },
                        {
                            "comment": "",
                            "oilAttr": [],
                            "oilFlag": 0,
                            "routeCycle": [
                                {
                                    "route": 60000,
                                    "month": 48
                                },
                                {
                                    "route": 120000,
                                    "month": 96
                                },
                                {
                                    "route": 180000,
                                    "month": 144
                                }
                            ],
                            "qty": "",
                            "item": "冷媒"
                        },
                        {
                            "comment": "",
                            "oilAttr": [
                                {
                                    "spec": "/",
                                    "desc": "规格"
                                },
                                {
                                    "fillAmout": "4.5",
                                    "desc": "加注量(L)"
                                }
                            ],
                            "oilFlag": 1,
                            "routeCycle": [
                                {
                                    "route": 60000,
                                    "month": 48
                                },
                                {
                                    "route": 120000,
                                    "month": 96
                                },
                                {
                                    "route": 180000,
                                    "month": 144
                                }
                            ],
                            "qty": "",
                            "item": "分动器油"
                        },
                        {
                            "comment": "",
                            "oilAttr": [
                                {
                                    "spec": "DOT 4",
                                    "desc": "规格"
                                },
                                {
                                    "fillAmout": "2",
                                    "desc": "加注量(L)"
                                }
                            ],
                            "oilFlag": 1,
                            "routeCycle": [
                                {
                                    "route": 30000,
                                    "month": 24
                                },
                                {
                                    "route": 60000,
                                    "month": 48
                                },
                                {
                                    "route": 90000,
                                    "month": 72
                                },
                                {
                                    "route": 120000,
                                    "month": 96
                                },
                                {
                                    "route": 150000,
                                    "month": 120
                                },
                                {
                                    "route": 180000,
                                    "month": 144
                                }
                            ],
                            "qty": "",
                            "item": "制动液"
                        },
                        {
                            "comment": "",
                            "oilAttr": [
                                {
                                    "model": "0B5(DL501)",
                                    "desc": "型号"
                                },
                                {
                                    "spec": "G 052 529 A2",
                                    "desc": "规格"
                                },
                                {
                                    "fillAmout": "6.7-7.0",
                                    "desc": "加注量(L)"
                                }
                            ],
                            "oilFlag": 1,
                            "routeCycle": [
                                {
                                    "route": 60000,
                                    "month": 48
                                },
                                {
                                    "route": 120000,
                                    "month": 96
                                },
                                {
                                    "route": 180000,
                                    "month": 144
                                }
                            ],
                            "qty": "",
                            "item": "变速箱油"
                        },
                        {
                            "comment": "",
                            "oilAttr": [
                                {
                                    "spec": "/",
                                    "desc": "规格"
                                },
                                {
                                    "fillAmout": "0.85-0.9",
                                    "desc": "加注量(L)"
                                }
                            ],
                            "oilFlag": 1,
                            "routeCycle": [
                                {
                                    "route": 60000,
                                    "month": 48
                                },
                                {
                                    "route": 120000,
                                    "month": 96
                                },
                                {
                                    "route": 180000,
                                    "month": 144
                                }
                            ],
                            "qty": "",
                            "item": "差速器油"
                        }
                    ]
                }
            ]
        },
        "responseCode": "00"
    },
    "traceId": "22f43e83355d1eea"
}
上一页
查询装配图中配件信息V3
Built with