接口描述

提供给CW的接口 查询服务接口

HTTP VerbURL
POST/api/supplier-service/v2/b2b/channel/findByShipper

Example:

POST /api/supplier-service/v2/b2b/channel/findByShipper HTTP/1.1
Content-Type: application/json
Accept: application/json
Host: http://cfs-qa.etowertech.com/
X-WallTech-Date: Thu, 06 Aug 2020 06:44:25 GMT
Authorization: WallTech testLvs2jdug2qIoRsJyuxs:F714XG5EBjslUUdx5xJrTCVb9Xs=

请求字段描述

注,请求参数需要放在params中

字段名

是否必填项

类型

描述

shipper
Integer
发件人
type
Short
服务类型(对于本接口,必须填1)
1:B2B服务(
头程大包)
2:快递
3:
b2c服务(小包直邮)
4.
转运出库
5.
代发出库 一件代发(海外仓)
6.
退件服务
activeType
Integer
是否生效
1.如果不传则代表查生效的服务,
2.如果传2则代表查不生效的服务,
3.如果传0则代表查所有服务

返回内容如下

"code":"0",
"data":[
{
"active":true,
"activeMsg":"",
"addedFeeIds":"",
"aggregator":"",
"aggregatorName":"",
"basicFeeIds":"",
"bizType":100,
"carrierFacility":"",
"carrierId":"",
"channelCode":"0116",
"channelGroup":"",
"channelId":240,
"channelName":"0116渠道",
"channelNameEn":"",
"channelType":5,
"channelTypeMsg":"",
"cratedTime":"",
"createdAccount":"",
"createdBy":19009,
"createdName":"alexli@walltechsystem.cn",
"dateCreated":"2023-01-16 09:38:35",
"dateModified":"2024-09-04 18:30:48",
"description":"",
"destination":"AE",
"id":"1614799243820662784",
"insuranceFeeIds":"",
"lineHaulType":"",
"lineHaulTypeMsg":"",
"modifiedAccount":"",
"modifiedBy":2383,
"modifiedName":"gerryshao@walltechsystem.cn",
"modifiedTime":"",
"operation":"",
"origin":"AD",
"relationAll":1,
"relationAllDesc":"",
"relationCustomType":1,
"relationCustomTypeDesc":"",
"remark":"",
"remarkEn":"",
"shipperCount":"",
"shipperFacility":"",
"shipperId":"",
"shipperList":"",
"siteId":1,
"surchargeFeeIds":"",
"taxFeeIds":"",
"transType":1
} ],
"errors":"",
"message":"",
"messageId":"",
"success":true,
"warnList":""
}