版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

字段名数据类型最大长度必填描述
serviceType
Short
O

服务类型:

4:转运服务(Transshipment)

5:代发服务(Fulfillment)

默认全部服务类型

请求样例


代码块
{
    "serviceType": 4
} http://cfs-qa.etowertech.com/api/supplier-service/v1/b2c/warehouseServiceList?serviceType=4
 http://cfs-qa.etowertech.com/api/supplier-service/v1/b2c/warehouseServiceList?serviceType=5
 http://cfs-qa.etowertech.com/api/supplier-service/v1/b2c/warehouseServiceList



返回样例


字段名

子级字段名

数据类型

最大长度

描述

warehouseCode


String

仓库代码

serviceList


List

服务列表


serviceCodeString
服务代码

serviceNameString
服务名称

serviceTypeShort
服务类型  4:Transshipment;5:Fulfillment

serviceTypeNameString
服务类型名称

activeShort
服务状态 0:Inactive;1:Active

activeMsgString
服务状态名称

...