...
| 代码块 |
|---|
GET /api/supplier-service/v2/b2b/abnormalItem/type 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= |
请求参数说明
| 字段名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| destinationWarehouseCode | String | 和destinationPostCode必填一个 | 目的地址代码 |
| destinationCountry | String | 是 | 目的地国家 |
| destinationState | String | 否 | 目的地省州 |
| destinationCity | String | 否 | 目的地城市 |
| destinationPostCode | String | 和destinationWarehouseCode必填一个 | 目的地邮编 |
| departureWarehouseCode | String | 否 | 发出地址代码 |
| departureCountry | String | 否 | 发出地国家 |
| departureState | String | 否 | 发出地省州 |
| departureCity | String | 否 | 发出地城市 |
| departurePostCode | String | 否 | 发出地邮编 |
请求示例:
| Advanced Tables - JSON Table |
|---|
{
"success": true,
"code": "200",
"message": "操作成功",
"data": [
{
"zoneId": 1001,
"zoneItemId": 2001,
"zoneName": "美国西部分区",
"zoneDescription": "美国西部地区费用分区",
"zoneItemName": "加利福尼亚州",
"isRemoteLabel": false
}
]
} |
...