列表查询⭐
简要描述:
- 获取客户列表
服务名:
Customer/Get_List
请求方式:
- POST
Content-Type:
-
Content-Type", "application/json
请求示例
>查询全部
"page":1,
"size":20
>条件查询
{
"page":1,
"size":20,
"id":1,
"type":1,
"searchKey":"贵州丰茂物流有限公司"
}
请求参数:
参数名 | 类型 | 说明 | 备注 |
---|---|---|---|
└ searchKey | string | 关键字 | |
└ id | decimal | Id | |
└ type | int | 客户类型(1客户,2供应商) | |
└ IsOut | bool | 是否外援 |
返回示例
{
"data": [
{
"cCode": "01.001",
"cName": "贵州丰茂物流有限公司",
"cAddress": null,
"cContacts": null,
"cPhone": null,
"cRemark": null,
"idPic": null,
"fileAddress": null,
"fhumbnailAddress": null,
"reduceAddress": null,
"id": 1.0,
"IdUnLoadArea": null,⭐
"UnLoadArea": "",⭐
"CertificationLabel": "",⭐
"IdEmissionStandards": null,⭐
"EmissionStandards": ""⭐
"IdCompany": null,⭐
"CompanyName": ""⭐
}
],
"page": 1,
"size": 20,
"totalItemCount": 1
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
└ id | int | Id |
└ cCode | string | 客户编码 |
└ cName | string | 客户名称 |
└ cAddress | string | 地址 |
└ cContacts | string | 联系人 |
└ cPhone | string | 联系人方式 |
└ cRemark | string | 备注 |
└ isOut | bool | 是否外援车公司 |
└ idPic | int | 图片Id |
└ fileAddress | string | LOGO地址 |
└ fhumbnailAddress | string | LOGO缩放图地址 |
└ reduceAddress | string | LOGO裁剪图地址 |
└ mainvehicleList | string | 外援车头号列表 |
└ trailerList | string | 外援车挂号列表 |
└ IdUnLoadArea | decimal | 卸货区域ID⭐ |
└ UnLoadArea | string | 卸货区域⭐ |
└ CertificationLabel | string | 认证标签⭐ |
└ IdEmissionStandards | decimal | 排放标准ID⭐ |
└ EmissionStandards | string | 排放标准⭐ |
└ IdCompany | decimal | 公司ID⭐ |
└ CompanyName | string | 公司名称⭐ |