查询理赔信息根据理赔编码
#### 简要描述:
- 查询理赔信息根据理赔编码
#### 接口版本:
|版本号|制定人|制定日期|修订日期|
|:---- |:---|:----- |----- |
|1.0.0 |张玉龙 |2020-12-02 |2020-12-02 |
#### 请求URL:
- http://ip:port/semi-api/warranty/getWarrantyByClaimNo
#### 请求方式:
- GET
#### 请求头:
|参数名|是否必须|类型|说明|
|:---- |:---|:----- |----- |
|Content-Type |是 |string |请求类型: application/json |
#### 请求示例:
```json
?claimNo=2034510775900004
```
#### 请求参数:
| 参数名称 | 参数类型 | 备注 | 是否必须|
| ------------ | ------------ | ------------ | ------------ |
|claimNo|string|理赔编码| 是|
#### 返回示例:
**正确时返回:**
```json
{
"msg": "操作成功",
"code": 200,
"data": {
"acreage": 122.00,
"applyStatus": "101",
"approver": "",
"carBrand": "奥迪",
"carOwnerName": "测试客户",
"carType": "A6",
"claimFileUrlList": [],
"claimNo": "2033714103400002",
"commencementDate": null,
"confirmedDate": null,
"constructionOrganization": "",
"createTime": "2020-12-02 14:48:56",
"dealer": {
"approvalStatus": "102",
"approver": "liuzhongqi",
"authorizationLevel": "市代理",
"businessAddress": "北京市东城区建国门大街2",
"businessLicense": "/sssa/erew",
"city": "110100",
"constructionOrganization": "liuzhongqi",
"county": "110101",
"createTime": "2020-12-03 10:28:02",
"dealerCode": "2036509662200001",
"dealerName": "华灰度电话撒2",
"id": 95,
"legalPersonIdCardBack": "/sss/ssaa/2",
"legalPersonIdCardFront": "/aaoo/dddf/2",
"legalPersonMobile": "13799990001",
"legalPersonName": "法人测试8",
"location": null,
"operatingPersonnel": "user",
"operatorMobile": "13789898881",
"operatorName": "测试经营2",
"page": 1,
"province": "110000",
"regionalManagerId": "88",
"regionalManagerName": "华中区",
"rows": 10,
"shop": "/ssqw/dwwsd/2",
"updateTime": "2020-12-30 09:50:28",
"userId": 0
},
"dealerCode": "2036509662200001",
"dealerName": "滴答滴答",
"deliveryDate": "2020-11-30 00:00:00",
"id": 89,
"insuranceDeadline": 0,
"licensePlateNumber": "京A676878",
"mobile": "18811110000",
"modificationCount": 0,
"operatingPersonnel": "user",
"page": 1,
"productCode": "PW1004",
"productEnglishName": "dian guang xi lie",
"productLine": "电光系列",
"productName": "电光哈哈哈4",
"productNo": "2034411120600014",
"productSpecification": "a",
"reasonApplying": "哈哈哈哈哈哈是是是",
"remark": "",
"returnReason": "",
"rows": 10,
"updateTime": "2020-12-02 14:48:56",
"userId": 2,
"vehicleIdentificationNumber": "1232323232131",
"warrantyFile": null,
"warrantyNo": "2033517561400001",
"warrantyStatus": "",
"warrantyType": "102"
}
}
```
**错误时返回:**
```json
{
"msg": "请求失败",
"code": -200,
"data": {}
}
```
#### 返回参数(通用参数)说明:
|参数名|是否必须|类型|说明|
|:---- |:---|:----- |----- |
|code|是 |string | 200 成功 其他失败 |
|msg|是 |string |成功或失败消息内容 |
|data|是 |string | 真实参数 |
#### 返回参数(data)说明:
| 参数名称 | 参数类型 | 示例值 | 备注 |
| ------------ | ------------ | ------------ | ------------ |
|acreage|number|0|索赔产品面积 |
|applyStatus|string||索赔申请状态 <br> 101 申请中 <br> 102 申请成功 <br> 103 失败 |
|approver|string||审批人 |
|carBrand|string|奥迪|车辆品牌 |
|carOwnerName|string|测试客户| 车主姓名|
|carType|string|A6| 车型名称|
|claimFileUrlList|array|| 索赔文件集合|
|claimNo|string|| 索赔单编码|
|commencementDate|object|null|施工日期 |
|confirmedDate|object|null|起保日期 |
|constructionOrganization|string||施工门店 |
|createTime|string|2020-11-30 17:06:47|创建时间 |
|dealerCode|string|JXS00022|经销商编码 |
|dealerName|string|滴答滴答|经销商名称 |
|deliveryDate|string|2020-11-30 00:00:00|交车日期 |
|id|number|86|唯一标识 |
|insuranceDeadline|number|0| 保期|
|licensePlateNumber|string|京A676878| 车牌|
|mobile|string|18811110000| 车主电话|
|modificationCount|number|0| 修改次数|
|operatingPersonnel|string|user|操作人员 |
|productCode|string|PW1004| 产品编码|
|productEnglishName|string|dian guang xi lie|产品英文名 |
|productLine|string|电光系列|产品系列 |
|productName|string|电光哈哈哈4| 产品名称|
|productNo|string|123323232323|产品唯一编码 |
|reasonApplying|string||索赔申请原因 |
|remark|string||备注 |
|returnReason|string||退回 |
|updateTime|string|2020-11-30 17:06:47| 更新时间|
|userId|number|2| 用户id|
|vehicleIdentificationNumber|string|1232323232131|车架号 |
|warrantyFile|object|null| 质保图片对象|
|warrantyNo|string|2033517561400001|质保单编号 |
|warrantyStatus|string|| 质保状态|
|warrantyType|string|101| 申请类型 <br>101 质保申请 <br>102 索赔申请|
|productSpecification|string|| 产品规格|
|dealer|object|| 经销商信息|
#### 请求参数: warrantyFile 对象
| 参数名称 | 参数类型 | 是否必传 | 备注 |
| ------------ | ------------ | ------------ | ------------ |
|constructionFlank|string|是| 施工前(正面)|
|constructionFlank45|string|是| 施工后(斜侧45度)|
|constructionFront|string|是|施工后(正面) |
|constructionFthreeFourths|string|是| 施工后(四分之三侧面)|
|constructionRear|string|是|施工后(后面) |
|drivingLicense|string|是| 行驶证|
|label|string|是| 包装标签|
|preconstructionFront|string|是|施工前(正面) |
#### 返回参数(dealer)说明:
| 参数名称 | 参数类型 | 示例值 | 备注 |
| ------------ | ------------ | ------------ | ------------ |
|approvalStatus|string|102| 审批状态 <br> 101 未审批 <br> 102 审批通过 <br> 103 审批不通过|
|approver|string|user|审批人 |
|authorizationLevel|string|市级代理|授权级别 |
|businessAddress|string|北京市东城区建国门大街| 经营地址|
|businessLicense|string|/sssa/erew| 营业执照照片|
|constructionOrganization|string|user|门店名称 |
|createTime|string|2020-12-03 10:24:15| 创建时间|
|dealerCode|string|2033814563300001|经销商编码 |
|dealerName|string|华灰度电话撒|经销商名称 |
|id|number|88| 主键id|
|legalPersonIdCardBack|string|/sss/ssaa|法人身份证反面 |
|legalPersonIdCardFront|string|/aaoo/dddf| 法人身份证正面|
|legalPersonMobile|string|13799990000| 法人电话|
|legalPersonName|string|法人测试|法人名称 |
|operatingPersonnel|string|user| 操作人|
|operatorMobile|string|13789898882|经营人电话 |
|operatorName|string|测试经营|经营人名称|
|province|string|100023|省 |
|city|string|00001| 市编码|
|county|string|00001| 县(区)编码|
|regionalManagerId|string|89|区域经理id |
|regionalManagerName|string|华北区| 区域经理名称|
|shop|string|/ssqw/dwwsd| 门店照片|
|updateTime|string|2020-12-03 14:36:21| 更新时间|
|location|object|2020-12-03 14:36:21| 店铺坐标|
#### 返回参数(location)说明:
| 参数名称 | 参数类型 | 示例值 | 备注 |
| ------------ | ------------ | ------------ | ------------ |
|dealerId|string|1123414| 经销商id|
|latitude|string|39.980231| 纬度|
|longitude|string|116.313796|经度|
|name|string|北京市东城区建国门大街2|名称|
|address|string|北京市东城区建国门大街2|地址|
|updateTime|string|2020-12-03 14:36:21| 更新时间|
|createTime|string|2020-12-03 10:24:15| 创建时间|