4.1.8添加客户


接口地址:http://127.0.0.30/api/kuerp/third/customers/joinCustomers
请求类型:application/x-www-form-urlencoded
请求方式:post
接口备注:暂无描述
调试工具:ApiPost

请求体参数说明:

参数名称 示例值 类型 参数说明
account 165945954465 String 账号
sign 9f99c47b9777bd38528b43df709c2d0b String 签名(签名字段:account,name,mobile)
request_time 1647397216 String 请求时间戳(小于当前时间5分钟的请求会认为无效)
name 客户名称 String 客户名称
saler ZY001 String 销售员编号
mobile 13555555555 String 客户联系方式
address String 客户收货地址
note String 客户备注

返回参数说明:

参数名称 示例值 类型 参数说明
code 1 Number 状态码
msg 添加成功 String 返回文字描述
time 1647397220 Number 时间
data Object 返回数据
data.id 4 Number 添加的客户ID
data.customer_code KH003 String 添加的客户编号
Text 暂无描述

返回示例:

csharp
{
    "code": 1,
    "msg": "添加成功",
    "time": "1647397220",
    "data": {
        "id": "4",
        "customer_code": "KH003"
    }
}

未来鸟 2022年3月29日 19:15 收藏文檔