1、基本信息

  (1)请求方法: http post

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


2、请求参数

名称 数据类型 说明 是否必填
loadingPlanId Long 监装计划ID


3、请求示例

  1. {
  2. "loadingPlanId":1650834339107315712
  3. }


4、响应参数

名称 数据类型 说明
code Integer code
msg String 提示信息
timestamp String 时间戳
data Object List对象
- loadingPlanId Long 监装计划ID
- tspId Long 租户ID
- jobId Long 销售单ID
- accountsId Long 客户ID
- customerCode String 客户代码
- customerName String 客户名称
- opName String 联系人
- opTele String 联系电话
- warehouseInNo String 进仓编号(入仓编号)
- loadingCode String 加固服务商代码
- loadingShortName String 加固服务商简称
- warehouseAddress String 仓库地址
- polCode String 起运港
- polName String 起运港名称
- podCode String 目的港
- podName String 目的港名称
- delCode String 卸货港(海运)
- delName String 卸货港名称(海运)
- potCode String 中转港
- potName String 中转港名称
- carrierCode String 承运人代码
- vessel String 船名
- voyage String 航次/航班号
- scheduleCode Long 船期
- containerNum String 集装箱量描述(1 X 20GP 2X40GP)箱型箱量
- pkgsType String 包装
- grossNum Integer 件数
- grossWeight Double 毛重
- weightUnit String 重量单位
- grossMeasurement Double 体积
- measurementUnit String 体积单位
- loadingReq String 装箱方案
- opReq String 操作备注
- ewhContactName String 入货联系人
- ewhContactTele String 入货联系电话
- ewhContactDate String 入货时间
- etd String 预计开航日期
- docCloseDate String 截单日期
- customsCloseDate String 截关日期
- planStatus String 计划状态
- loadingStatus String 装箱状态
- checkStatus String 查验状态
- createBy String 录入人
- createDate String 录入时间
- updateBy String 更新人
- updateDate String 更新时间


5、响应示例

正确响应:

  1. {
  2. "msg": "操作成功",
  3. "code": 100,
  4. "data": {
  5. "createBy": "管理员",
  6. "createDate": "2023-04-25 20:09",
  7. "updateBy": "管理员",
  8. "updateDate": "2023-04-27 16:29",
  9. "loadingPlanId": "1650834339107315712",
  10. "tspId": "1",
  11. "jobId": null,
  12. "accountsId": null,
  13. "customerCode": "DFM",
  14. "customerName": "中国东风",
  15. "opName": "联系人李四",
  16. "opTele": "0592-8289757",
  17. "warehouseInNo": "GHTGLY2304250008",
  18. "loadingCode": "JG001",
  19. "loadingShortName": "厦门加固商",
  20. "warehouseAddress": "福建省厦门市湖里区殿前街道象屿电商产业园2期",
  21. "polCode": "1",
  22. "polName": "起运港Name",
  23. "podCode": "1",
  24. "podName": "目的港Name",
  25. "delCode": null,
  26. "delName": null,
  27. "potCode": null,
  28. "potName": null,
  29. "carrierCode": null,
  30. "vessel": "船名909",
  31. "voyage": "航次101",
  32. "scheduleCode": "30",
  33. "containerNum": null,
  34. "pkgsType": null,
  35. "grossNum": null,
  36. "grossWeight": null,
  37. "weightUnit": "KGS",
  38. "grossMeasurement": null,
  39. "measurementUnit": "CBM",
  40. "loadingReq": null,
  41. "opReq": null,
  42. "ewhContactName": null,
  43. "ewhContactTele": null,
  44. "ewhContactDate": "2023-04-25 19:28:18",
  45. "docCloseDate": "2023-04-25 19:28:18",
  46. "customsCloseDate": "2023-04-25 19:28:18",
  47. "createDateStr": null,
  48. "loadingStatus": "20"
  49. },
  50. "timestamp": "2023-04-28 11:49:59"
  51. }