售后服务管理系统免费试用

开放平台

获取会员设备列表

请求方式:

GET

请求地址:

https://api.eshouhou.cn/api/CustomerService/GetMemberProduct?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw


请求参数:

参数

类型

必填

名称

备注

memberid

string

会员id

手机号

pageSize

String

页尺寸

默认10

pageIndex

String

页码

默认1


返回参数:

参数

类型

必填

名称

ResultCode

String

返回编码

ErrorMsg

String

返回信息

ResultValue

Object

返回对象


ResultValue对象:

参数

类型

必填

名称

备注

ID

string

登记id

当前会员登记的id,非当前会员登记的id为空

CustomerProductID

string

客户设备id

审核通过后该参数存在

ProductID

string

产品id


ProductName

string

产品名称


ProductCategoryID

string

产品分类id


ProductCategoryName

string

产品分类名称


SerialNumber

string

序列号


ProductImgUrl

string

产品图片URL


AuditResult

string

审核状态

默认0,1审核中,2审核通过,3审核失败

WarrantyEnd

string

质保结束时间


WarrantyDay

string

质保剩余天数


BrandName

string

品牌名称


ProductType

string

产品类型



请求示例:

https://api.eshouhou.cn/api/CustomerService/GetMemberProduct?access_token= eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI&memberId=275c5f12-36c2-4df0-9874-de65df8d86d1&pageSize=10&pageIndex=1


返回成功示例:

{

    "ResultCode"0,

    "ErrorMsg""",

    "ResultValue": [

        {

            "ID""",

            "CustomerProductID""5570bd1e-6b43-4225-9973-321690a1c2d7",

            "ProductID""69",

            "ProductCategoryName""[示例]家电",

            "SerialNumber""777777",

            "AuditResult"2,

            "WarrantyEnd""2020-05-31",

            "WarrantyDay"25,

            "BrandName""[示例]品牌",

            "ProductName""海尔洗衣机",

            "ProductType""HR_2020"

        }

    ]

}

开发者:可为天下(北京)科技有限公司 版本号:V3.1.2
© 2024 eshouhou.com 易售后 保留所有权利
京ICP备15041347号-2京公网安备11011302007053
电话咨询
400-071-2899
在线咨询
免费试用
下载APP
返回顶部