1、基本信息

  (1)请求方法: http get

  (2)请求地址: http://{hostname}/suptruck/scheme/detail/{loadingPlanId}

  (3)接口描述: 出运明细清单展示


2、请求参数

名称 数据类型 说明
loadingPlanId Long 装监计划ID


3、请求示例

  1. https://{hostname}/suptruck/scheme/detail/1651779389374996480


4、响应参数

名称 数据类型 说明
loadingSkudetailsId Long 监装货物详细编号ID
tspId Long 租户ID
loadingPlanId Long 监装计划ID
jobId Long 工作单ID
seqNo Long 序号
pkgsType String 包装类型
lengthCm BigDecimal 长(CM)
widthCm BigDecimal 宽(CM)
heightCm BigDecimal 高(CM)
pkgsNum Long 件数
grossWeight BigDecimal 毛重
grossVol BigDecimal 体积(CBM)
goodsCode String 商品编码
goodsName String 中文品名
goodsEname String 英文品名
goodsBrand String 商品品牌
goodsColor String 商品颜色
madeDate Date 生产日期
vehicleModelNo String 车型号
vehicleModel String 车型
engineModel String 发动机型号
engineNo String 发动机号
engineDs Integer 排量
wheelbase Integer 轴距
seatNum Integer 座位数
tireTyres String 轮胎型号
useFuel String 所用燃料
vinCode String VIN编码
loadingPi String 监装PI
acceptStatus String 验收状态


5、响应示例

  1. {
  2. "total": 1,
  3. "data": [
  4. {
  5. "createBy": "管理员",
  6. "createDate": "2023-04-28 10:44",
  7. "updateBy": "管理员",
  8. "updateDate": "2023-05-26 16:10",
  9. "loadingSkudetailsId": "1651779403891482625",
  10. "tspId": "1",
  11. "loadingPlanId": "1651779389374996480",
  12. "jobId": null,
  13. "seqNo": null,
  14. "pkgsType": null,
  15. "lengthCm": null,
  16. "widthCm": null,
  17. "heightCm": null,
  18. "pkgsNum": null,
  19. "grossWeight": null,
  20. "grossVol": null,
  21. "goodsCode": null,
  22. "goodsName": "一汽大众",
  23. "goodsEname": null,
  24. "goodsBrand": "DFM",
  25. "goodsColor": "DARK GREEN",
  26. "madeDate": "2023-04-28 10:33:05",
  27. "vehicleModelNo": "LZ6510MQ16MN",
  28. "vehicleModel": "CM3LAQ16V54M01LS99",
  29. "engineModel": "4A92",
  30. "engineNo": "S3PG764",
  31. "engineDs": 1590,
  32. "wheelbase": 3000,
  33. "seatNum": 11,
  34. "tireTyres": "195/70 R15",
  35. "useFuel": "GASOLINE",
  36. "vinCode": "LMXA12AG0RZ350076",
  37. "loadingPi": "DF22PV-013PE013",
  38. "acceptStatus": null,
  39. "skudetailsDeltag": null
  40. }
  41. ],
  42. "code": 100,
  43. "msg": "查询成功",
  44. "timestamp": "2023-05-31 09:34:18"
  45. }
备注
  • 更多返回代码请看首页的代码描述