1、基本信息

  (1)请求方法: http put

  (2)请求地址: http://{hostname}/suptruck/plan/shiporderno

  (3)接口描述: 批量更新集装箱对应的报关单号及分单号、提单号及分单号


2、请求参数

名称 数据类型 说明 是否必填
containerId List 集装箱id列表
customsNo String 报关单号
customsNoSub String 报关单号的分单号列表
mawbNo String 提单号
mawbNoSub String 提单号的分单号列表


3、请求示例

  1. {
  2. "containerId": [
  3. 111111111
  4. ],
  5. "customsNo": "",
  6. "customsNoSub": "",
  7. "mawbNo": "",
  8. "mawbNoSub": ""
  9. }


4、响应参数

名称 数据类型 说明
code Integer code
msg String 提示信息
timestamp String 时间戳


5、响应示例

  1. {
  2. "msg": "操作成功",
  3. "code": 100,
  4. "timestamp": "2023-05-31 16:24:09"
  5. }