提供给CW的接口 获取集成商定制的箱唛文件
| HTTP Verb | URL |
|---|---|
| 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) |
activeType | 否 | Integer | 是否生效 |
"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":""
}