将报价请求发送给造易的中心节点
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
quotationId | Number | 必须 | 1142 | 报价单ID | |
cabinetJsonUrl | String | 必须 | https://ihome-turbo-case.xxxx.com/xxxx.json?signature=xxxx&expireTIme=xxxx | 需要被报价的柜体清单JSON | |
factoryId | Number | 必须 | 10 | 外部工厂ID | |
roomInfo | String | 可选 | 主卧 | 房间信息,不一定有值 | |
type | String | 必须 | ordinary |
|
报价类型,普通:ordinary、附加对象:additional |
traceId | String | 必须 | sad121asdasdqw123 | 用于调用链的问题排查,建议造易侧在全链路中透传此traceId,在适合的地点打印日志,用于全链路问题排查 | |
contractType | String | 可选 | 16# | 合同类型 | |
brandId | Number | 可选 | 1 | 品牌 | |
pricePlanId | Number | 可选 | 1 | 价格方案ID | |
priceSystemId | Number | 可选 | 1 | 价格体系ID | |
outerOrderId | String | 可选 | P202209091420001-1 | 外部单号 | |
storeCode | String | 可选 | 210004936,88486 | 门店标识(每平门店编码,自用门店编码) | |
caseName | String | 可选 | 测试方案 | 方案名称 | |
contractQuote | String | 可选 | YES | YES:合同报价;NO:非合同报价 | |
quoteName | String | 可选 | 报价001 | 报价名称 | |
quoteTime | String | 可选 | 20220915145250 | 报价时间(yyyyMMddHHmmss) | |
thumbnail | String | 可选 | https://ihomeimg.oss-cn-beijing.aliyuncs.com/i/c7epnma5h6g.jpeg | 报价截图 | |
designer | String | 可选 | 每平设计师001 | 设计师名称 | |
storeTitle | String | 可选 | 测试门店 | 门店名称 | |
customerName | String | 可选 | 测试客户名称 | 客户姓名 | |
customerMobile | String | 可选 | 13100010001 | 客户电话 | |
customerAddr | String | 可选 | 得胜镇123 | 客户地址-详细地址 | |
customerProvince | String | 可选 | 吉林省 | 客户地址-省 | |
customerCity | String | 可选 | 松原市 | 客户地址-市 | |
customerDistrict | String | 可选 | 扶余市 | 客户地址-区 | |
customerStreet | String | 可选 | 11 | 客户地址-街道 | |
quoteFileSize | Number | 可选 | 23131 | 报价JSON文件大小 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | Boolean | true | 是否投递成功 |
data | QuoteData | 投递成功后的返回信息 | |
|
|||
errorCode | String | 错误码 | 错误码 |
errorMsg | String | 错误信息 | 错误信息 |
1 | {"quoteFileSize":23131,"cabinetJsonUrl":"https://ihome-turbo-case.xxxx.com/xxxx.json?signature=xxxx&expireTIme=xxxx","contractType":"16#","customerCity":"松原市","type":"ordinary","customerAddr":"得胜镇123","roomInfo":"主卧","outerOrderId":"P202209091420001-1","customerDistrict":"扶余市","priceSystemId":1,"caseName":"测试方案","traceId":"sad121asdasdqw123","thumbnail":"https://ihomeimg.oss-cn-beijing.aliyuncs.com/i/c7epnma5h6g.jpeg","storeTitle":"测试门店","quotationId":1142,"factoryId":10,"customerStreet":"11","customerProvince":"吉林省","designer":"每平设计师001","pricePlanId":1,"customerName":"测试客户名称","quoteTime":"20220915145250","brandId":1,"contractQuote":"YES","customerMobile":"13100010001","storeCode":"210004936,88486","quoteName":"报价001"} |
1 2 3 4 5 6 7 8 | { "success":true, "data":{ "libraryVersion":100001 }, "errorCode":"错误码", "errorMsg":"错误信息" } |
1 | {"success":"false","errorCode":"sign-check-failure","errorMsg":"Illegal request"} |
错误码 | 错误描述 | 解决方案 |
---|---|---|
isp.http-connection-refuse |