柠檬查
  1. 安心购
柠檬查
  • 参数加密规则
  • 安心购
    • 创建查询订单
      POST
    • 同步订单状态
      PUT
    • 接收报告数据
      POST
    • 接收鉴定/检测报告
      POST
  1. 安心购

接收鉴定/检测报告

开发中
POST
/peaceOfMindDetectionApi/receiveInspectionReportData
最后修改时间:2023-05-08 06:47:45
责任人:wxm

请求参数

Header 参数
Authorization
string 
本地
可选
默认值:
Bearer 3432a829-7ba7-468f-9a32-3219efb88a1f
platform
string 
可选
默认值:
lemon
Body 参数application/json
spNo
string 
服务商编码
必需
柠檬查提供
phone
string 
手机号
必需
柠檬查提供
vehicleId
string 
车辆id
必需
inspectionReport
string 
检测/鉴定报告
必需
repTime
string 
请求时间戳yyyyMMddHHmmss
必需
sign
string 
签名
必需
参考签名加密规则 4
示例
{   
    "spNo":"1094861270433792",
    "phone":"15888888888",
    "vehicleId":"1872C5F1-2BB0-0004-8CB6-AB88C1A2B386",
	"inspectionReport": "http://xxx.xxx.xxx/inspectionReport.png",
    "repTime":"20230424162222",
    "sign":"d059d4ec32ec865b8d3726ef30e0ad89"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev.lemonstea.com/lemon-api/peaceOfMindDetectionApi/receiveInspectionReportData' \
--header 'Authorization: Bearer 3432a829-7ba7-468f-9a32-3219efb88a1f' \
--header 'platform: lemon' \
--header 'Content-Type: application/json' \
--data-raw '{   
    "spNo":"1094861270433792",
    "phone":"15888888888",
    "vehicleId":"1872C5F1-2BB0-0004-8CB6-AB88C1A2B386",
	"inspectionReport": "http://xxx.xxx.xxx/inspectionReport.png",
    "repTime":"20230424162222",
    "sign":"d059d4ec32ec865b8d3726ef30e0ad89"
}'

返回响应

🟢200成功
application/json
Body
code
string 
状态码
必需
0-成功 1-失败
message
string 
描述
必需
示例
{
    "code": "string",
    "message": "string"
}
上一页
接收报告数据
Built with