请求方式:
GET
请求地址:
https://api.eshouhou.cn/open/v2/Customer/GetCustomerProduct?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw
请求参数:
参数 | 类型 | 必填 | 名称 | 备注 |
productId | string | 是 | 客户设备id | |
serviceNetworkId | string | 是 | 服务网点id | |
serviceNetworkType | int | 是 | 网点类型 | 网点类型(1总部,2网点);默认1 |
返回参数:
参数 | 类型 | 必填 | 名称 |
ResultCode | String | 是 | 返回编码 |
ErrorMsg | String | 否 | 返回信息 |
ResultValue | Array | 否 | 返回对象集合 |
ResultValue对象:
参数 | 类型 | 必填 | 名称 | 备注 |
ShowType | string | 是 | 展示类型 | 展示类型:0纯展示,1回单图片,2服务项目,3使用备件,4回收备件,5客户签名,6客户标签 |
Key | string | 是 | 名称 | |
Value | string | 否 | 值 |
请求示例:
https://api.eshouhou.cn/open/v2/Customer/GetCustomerProduct?serviceNetworkId=bd7fc093-0ccf-4335-9daf-10931b4e7c7d&serviceNetworkType=1&productId=034f293b-ef48-44b5-8fcc-ead69235829e
返回成功示例:
{ "ResultCode": 0, "ErrorMsg": "", "ResultValue": [ { "ShowType": 0, "Key": "设备编号", "Value": "CE00000154" }, { "ShowType": 1, "Key": "购买凭证", "Value": "" }, { "ShowType": 0, "Key": "产品分类", "Value": "5321123" }, { "ShowType": 0, "Key": "产品名称", "Value": "LPR-30ⅡD/BP" }, { "ShowType": 0, "Key": "产品型号", "Value": "LA型-热泵(冷水)机组LPR-30ⅡD/BP(三相变频10P,R410A,ZE )" }, { "ShowType": 0, "Key": "保修期限", "Value": "无保修" }, { "ShowType": 0, "Key": "保修开始日期", "Value": "" }, { "ShowType": 0, "Key": "保修截止日期", "Value": "" }, { "ShowType": 0, "Key": "所属客户", "Value": "胡效鑫1" }, { "ShowType": 0, "Key": "产品序列号", "Value": "" }, { "ShowType": 0, "Key": "所属项目", "Value": "花苑净水设备安装" }, { "ShowType": 0, "Key": "默认服务网点", "Value": "" }, { "ShowType": 0, "Key": "联系人", "Value": "胡效鑫" }, { "ShowType": 0, "Key": "联系电话", "Value": "18539622352" }, { "ShowType": 0, "Key": "所属区域", "Value": "北京市-北京市-通州区" }, { "ShowType": 0, "Key": "安装地址", "Value": "东郊森林公园-华北树木园" }, { "ShowType": 0, "Key": "创建时间", "Value": "2022-11-02" } ] } |