客户详情⭐
简要描述:
- 客户详情
服务名:
Customer/Detail_Get?Id=4395
请求方式:
- GET
Content-Type:
application/json; charset=utf-8
请求参数:
参数名 | 类型 | 说明 | 必填项 |
---|---|---|---|
└ id | int | id | Y |
返回示例
{
"data": {
"customerData": {
"cCode": "Cust_08",
"cName": "防城港造船厂08",
"cAddress": "广西防城港",
"cContacts": "iahka",
"cPhone": "1927317164",
"cRemark": "41231241",
"iType": 1,
"idPic": 89.0,
"fileAddress": "http://localhost:5000/file/Resources/files/DingDing/Pictures/20210322/2e168167-12cb-4315-b0c3-21abcee6ad49.png",
"fhumbnailAddress": "http://localhost:5000/file/Resources/files/DingDing/Pictures/20210322/b83cb745-252b-4ca9-a211-92b7d0a4d3b3.png",
"reduceAddress": "http://localhost:5000/file/Resources/files/DingDing/Pictures/20210322/6a144643-7402-448c-9a5e-5a0f9de63061.png",
"unLoadAddress": [
{
"id": 2639.0,
"cName": "测试地址1",
"code": "ces-01",
"iLongitude": 1239.213200,
"iLatitude": 1312.748300
},
{
"id": 2640.0,
"cName": "测试地址2",
"code": "ces-02",
"iLongitude": 1123.213200,
"iLatitude": 1412.748300
}
],
"id": 4395.0,
"IdUnLoadArea": null,⭐
"UnLoadArea": "",⭐
"CertificationLabel": "",⭐
"IdEmissionStandards": null,⭐
"EmissionStandards": "",⭐
"IdCompany": null,⭐
"CompanyName": ""⭐
}
}
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
└ id | int | Id |
└ cCode | string | 客户编码 |
└ cName | string | 客户名称 |
└ cAddress | string | 地址 |
└ cContacts | string | 联系人 |
└ cPhone | string | 联系方式 |
└ cRemark | string | 备注 |
└ iType | int | 客户类型(1客户,2供应商) |
└ idPic | int | LogoId |
└ fileAddress | string | 原图地址 |
└ fhumbnailAddress | string | 缩放图地址 |
└ reduceAddress | string | 裁剪图地址 |
└ unLoadAddress | List | 装卸货地址信息 |
└ id | int | 装卸货地址Id |
└ cName | string | 装卸货地址 |
└ iLongitude | string | 经度 |
└ iLatitude | string | 纬度 |
└ idMainvehiclelst | List<decimal> | 外援车绑定车头号列表 |
└ idTrailerlst | List<decimal> | 外援车绑定车挂号列表 |
└ isOut | bool | 是否外援车公司 |
└ outPassword | string | 外援车账户密码 |
└ IdUnLoadArea | decimal | 卸货区域ID⭐ |
└ UnLoadArea | string | 卸货区域⭐ |
└ CertificationLabel | string | 认证标签⭐ |
└ IdEmissionStandards | decimal | 排放标准ID⭐ |
└ EmissionStandards | string | 排放标准⭐ |
└ IdCompany | decimal | 公司ID⭐ |
└ CompanyName | string | 公司名称⭐ |
备注