1、基本信息

  (1)请求方法: http get

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

  (3)接口描述: 根据 工作单集装箱明细ID 编辑 集装箱信息


2、请求参数

名称 数据类型 说明 是否必填
containerItemId string 容器项ID
tspId string TSP ID
jobId string 作业ID
containerId string 容器ID
containerType string 容器类型
containerNo string 容器号
sealNo string 封条号
socEnable string 是否SOC
pckUnit string 包装单位
pckCode string 包装代码
loadNum string 装载数量
loadWeight string 装载重量
loadVolume string 装载体积
loadNetWeight string 装载净重
emptyWeight string 空重
vgmWeight string VGM重量
isLoad string 是否装载
loadRemark string 装载备注
loadingPlanId string 装载计划ID
loadingSchemeId string 装载方案ID
containerStatus string 容器状态
source string 来源


3、请求示例

  1. {
  2. "containerItemId": "1500281601597247488",
  3. "tspId": "1111",
  4. "jobId": "1500280631010136064",
  5. "containerId": "1500280656909963264",
  6. "containerType": "40GP",
  7. "containerNo": "123",
  8. "sealNo": "QFH89757",
  9. "socEnable": "10",
  10. "pckUnit": null,
  11. "pckCode": null,
  12. "loadNum": "100",
  13. "loadWeight": "100.000",
  14. "loadVolume": "122.000",
  15. "loadNetWeight": null,
  16. "emptyWeight": "20.00",
  17. "vgmWeight": null,
  18. "isLoad": "10",
  19. "loadRemark": "有破损",
  20. "loadingPlanId": "1650834339107315712",
  21. "loadingSchemeId": "1655517969767342080",
  22. "containerStatus": null,
  23. "source": null
  24. }


4、响应参数

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


5、响应示例

  1. {
  2. "msg": "操作成功",
  3. "code": 100,
  4. "timestamp": "2023-05-15 16:06:52"
  5. }
备注
  • 更多返回代码请看首页的代码描述