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

开放平台

获取客户联系人列表

请求方式:

GET

请求地址:

https://api.eshouhou.cn/open/v2/Customer/GetCustomerContacts?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw

 

请求参数:

参数

类型

必填

名称

备注

serviceSpaceId

string

服务空间id


serviceNetworkId

string

服务网点id


serviceNetworkType

int

网点类型

网点类型(1总部,2网点);默认1

condition

String

条件

Json字符串,例如:

" {

"sys_customername":"",

"sys_name":"",

"sys_telephone":"",

"sys_title":"",

"sys_startdate":"",

"sys_enddate":""

}"

详解:
  sys_customername:客户名称

sys_name:联系人名称

sys_telephone:联系电话

sys_title:职位

sys_startdate:创建开始日期

sys_enddate:创建结束日期

注:区分大小写

 

searchKey

String

关键字


pageSize

String

每页记录数


pageIndex

String

页码



返回参数:

参数

类型

必填

名称

ResultCode

String

返回编码

ErrorMsg

String

返回信息

ResultValue

Array

返回对象集合


ResultValue对象:

参数

类型

必填

名称

备注

ID

string

设备id


CustomerID

string

客户ID


CustomerName

String

客户名称


Name

String

姓名


Gender

Int

性别


Title

String

职位


Telephone

String

联系电话


Mail

String

邮箱


QQ

String

QQ


WeChat

String

微信号


Area

String

所属区域


Address

String

详细地址


Remark

String

备注


IsMain

Bool

是否是主联系人


Country

String

国家


Dial

String

区号


Longitude

decimal

经度


Latitude

decimal

纬度



请求示例:

https://api.eshouhou.cn/open/v2/Customer/GetCustomerContacts?access_token= eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI&productId=1f2e46bc-e5d6-4a19-b492-2bb441a26574


返回成功示例:

{

{
    "ResultCode":0,
    "ErrorMsg":"",
    "ResultValue":[
        {
            "ID":"29ef900b-a360-4fa1-96cf-1be9b5a3aeea",
            "CustomerID":"dc540ce7-5bc5-4275-b8fa-2004eb5839e3",
            "CustomerName":"
胡效鑫1",
            "Name":"
胡效鑫1",
            "Gender":1,
            "Title":"",
            "Telephone":"18539622352",
            "Mail":"903146517@qq.com",
            "QQ":null,
            "WeChat":null,
            "Area":"
北京市-北京市-通州区",
            "Address":"
东郊森林公园-华北树木园",
            "Remark":"",
            "IsMain":true,
            "Country":"
中国",
            "Dial":"+86",
            "Longitude":116.672099,
            "Latitude":39.989688
        }
    ]
}



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