修改客户信息⭐
简要描述:
- 修改客户信息
服务名:
Customer/Customer_Modify
请求方式:
- POST
Content-Type:
-
application/json; charset=utf-8
请求示例
{
"cCode": "Cust_08",
"cName": "防城港造船厂08",
"cAddress": "广西防城港",
"cContacts": "iahka",
"cPhone": "1927317164",
"cRemark": "41231241",
"iType": 1,
"idPic": 89.0,
"IdUnLoadArea": null,
"idCertificationLabels": [1,2],⭐
"IdCompany": null,
"unLoadAddress": [
{
"id": 2639.0,
"cName": "测试地址3",
"code": "ces-01",
"iLongitude": 1239.213200,
"iLatitude": 1312.748300
},
{
"id": 2640.0,
"cName": "测试地址4",
"code": "ces-02",
"iLongitude": 1123.213200,
"iLatitude": 1412.748300
},
{
"cName": "测试地址5",
"code": "ces-02",
"iLongitude": 1173.213200,
"iLatitude": 1472.748300
}
],
"areaList":[{⭐
"idUnLoadArea":null,⭐
"unLoadArea":null⭐
},{
"idUnLoadArea":null,⭐
"unLoadArea":null⭐
}],
"id": 4395.0
}
请求参数:
参数名 | 类型 | 说明 | 必填项 | 接口 |
---|---|---|---|---|
└ Id | decimal | 标识Id | Y | |
└ cCode | string | 客户编码 | Y | |
└ cName | string | 客户名称 | Y | |
└ cAddress | string | 地址 | N | |
└ cContacts | string | 绑定联系人 | N | |
└ cPhone | string | 绑定电话 | N | |
└ cRemark | string | 备注 | N | |
└ iType | int | 客户类型(1客户,2供应商) | Y | |
└ IdPic | int | 图片编号 | N | |
└ unLoadAddress | List | 客户装卸货地址 | Y | |
└ IdMainvehiclelst | List<decimal> | 客户绑定外援车头Id | N | |
└ IdTrailerlst | List<decimal> | 客户绑定外援车挂Id | N | |
└ outPassword | string | 外援车账户密码 | N | |
└ isOut | bool | 是否外援车客户 | Y | |
└ IdUnLoadArea | decimal | 卸货区域ID | N | |
└ idCertificationLabels | 数组 | 认证标签ID数组⭐ | N | |
└ IdEmissionStandards | decimal | 排放标准ID | N | |
└ IdCompany | decimal | 公司ID | N |
卸货区域参数:
参数名 | 类型 | 说明 | 必填项 |
---|---|---|---|
└ unLoadArea | string | 卸货区域⭐ | N |
└ idUnLoadArea | decimal | 卸货区域ID⭐ | N |
返回示例
"修改成功"
返回参数说明
>参照规范定义
备注