获取订单详情
**相对URL**
> api/order/getCustomerOrderDetail
**支持格式**
> multipart/form-data
**HTTP请求方式**
>POST
**注意
**请求参数**
{
"id":8
}
返回参数
{
"customerOrder": {
"id": 2,
"tenantCode": "sbh",
"orderId": "a2675dc7b3e34b5880f25473bfa8562d",
"customerId": "1fa5c7d2e4cc437392428f8453fe07ec",
"batchNo": "",
"orderState": "1",
"customerName": "张三",
"customerPhone": "",
"otherContact": "",
"idCard": "",
"customerAddress": "",
"carNo": "",
"vinNo": "",
"engineNo": null,
"brandName": "",
"registerTime": "2020-04-21T10:46:23.000+0000",
"ownerShip": "",
"isTransfer": false,
"renewalState": "",
"modelCode": "",
"purchasePrice": 0,
"displacement": "",
"seatNumber": 0,
"usage": "",
"validityDate": "2020-04-21T10:46:23.000+0000",
"insuranceDate": null,
"handleState": "3",
"isDistribution": "",
"distributionDate": "2020-04-21T10:46:23.000+0000",
"userId": 0,
"appointmentLevel": "",
"companyCode": "PAIC",
"lastCompanyCode": "PAIC",
"quoteId": "3236dbaf173f40489ff6017055068bea",
"biztNo": "",
"commercialStartTime": "2020-04-21T10:46:23.000+0000",
"commercialEndTime": "2020-04-21T10:46:23.000+0000",
"bizDiscountFactorRatio": "",
"trafficViolationRatio": "",
"autoUnderwritingRatio": "",
"independentChannelRatio": "",
"noCompensationRatio": "",
"ecompensationRate": "",
"drivingPremium": null,
"allowancePremium": null,
"glassPremium": null,
"commercialSumPremium": 1000,
"forcetNo": "",
"compulsoryStartTime": "2020-04-21T10:46:23.000+0000",
"compulsoryEndTime": "2020-04-21T10:46:23.000+0000",
"compulsorySumPremium": 1000,
"taxActual": 0,
"sumPremium": 2000,
"realSumPremium": 1800,
"isDiscount": true,
"discount": 90,
"isGive": "1",
"giftId": 0,
"giftName": "",
"giftPrice": 0,
"giftNumber": 0,
"giftTotalPrice": 0,
"createTime": "2020-04-21T10:47:34.000+0000",
"updateTime": "2020-04-21T10:47:34.000+0000",
"receiptName": "",
"receiptPhone": "",
"receiptAddress": "",
"sender": "",
"isOnlyCompulsory": "",
"creatUserId": null,
"createUser": "",
"updateUserId": null,
"updateUser": "杨恒",
"applyDate": null,
"customerRemark": null,
"receiptRemarks": null
},
"quoteInsurance": {
"id": 3,
"quoteId": "3236dbaf173f40489ff6017055068bea",
"tenantCode": "sbh",
"customerId": "1fa5c7d2e4cc437392428f8453fe07ec",
"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-21T10:46:23.000+0000",
"updateTime": "2020-04-21T10:46:24.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"
}]
}