查询客户详情
**相对URL**
> api/customer/queryDistributionInfo
**支持格式**
> multipart/form-data
**HTTP请求方式**
>POST
**注意
**请求参数**
{
"id":8
}
**返回参数**
{
"customer": {
"id": 8,
"tenantCode": "sbh",
"customerId": "9f167aae01c54c4384c6977c7a391f1a",
"batchNo": "",
"customerName": "李四",
"customerPhone": "",
"otherContact": "",
"idCard": "",
"customerAddress": "",
"carNo": "",
"vinNo": "",
"engineNo": null,
"brandName": "",
"registerTime": "2020-04-21T12:40:23.000+0000",
"ownerShip": "",
"isTransfer": false,
"renewalState": "",
"modelCode": "",
"purchasePrice": 0,
"displacement": "",
"seatNumber": 0,
"usage": "",
"validityDate": "2020-04-21T12:40:23.000+0000",
"commercialStartTime": "2020-04-21T12:40:23.000+0000",
"commercialEndTime": "2020-04-21T12:40:23.000+0000",
"compulsoryStartTime": "2020-04-21T12:40:23.000+0000",
"compulsoryEndTime": "2020-04-21T12:40:23.000+0000",
"handleState": "1",
"rebateRemarks": "",
"defeatId": 0,
"defeatReason": "",
"isDistribution": "1",
"distributionDate": "2020-04-21T12:40:23.000+0000",
"userId": 11,
"appointmentLevel": "",
"appointmentTime": "2020-04-21T12:40:23.000+0000",
"companyCode": "PAIC",
"lastCompanyCode": "PAIC",
"receiptName": "",
"receiptPhone": "",
"receiptAddress": "",
"sender": "",
"isOnlyCompulsory": "",
"createTime": "2020-04-21T12:40:53.000+0000",
"updateTime": "2020-04-21T12:40:53.000+0000",
"createUserId": 11,
"createUser": "杨恒",
"updateUserId": 11,
"updateUser": "杨恒",
"customerRemark": "",
"receiptRemarks": ""
},
"quoteInsurance": {
"id": 8,
"quoteId": "abcd535d039b439590a8b339c09b4fdf",
"tenantCode": "sbh",
"customerId": "9f167aae01c54c4384c6977c7a391f1a",
"companyCode": "PAIC",
"biztNo": "",
"bizDiscountFactorRatio": "",
"trafficViolationRatio": "",
"autoUnderwritingRatio": "",
"independentChannelRatio": "",
"noCompensationRatio": "",
"ecompensationRate": "",
"commercialSumPremium": 1000,
"forcetNo": "",
"compulsorySumPremium": 1000,
"taxActual": 0,
"sumPremium": 2000,
"realSumPremium": 1800,
"isDiscount": true,
"discount": 90,
"isGive": "1",
"giftId": 0,
"giftPrice": 0,
"giftName": "",
"giftNumber": 0,
"giftTotalPrice": 0,
"createTime": "2020-04-21T12:40:54.000+0000",
"updateTime": "2020-04-21T12:40:54.000+0000"
},
"quoteCommercialInsuranceDetailList": [
{
"id": 15,
"customerId": "9f167aae01c54c4384c6977c7a391f1a",
"orderId": "",
"companyCode": "PAIC",
"code": "CarDamageRisk",
"name": "车辆损失险",
"coverage": 100000,
"quantity": 0,
"materialsType": "",
"payPremium": 1000,
"createTime": "2020-04-21T12:40:23.000+0000"
}
]
}