简要描述:

  • 拦截订单,注:只有预报、已入库状态支持拦截

方法名称:

  • interceptOrder

请求JSON:

{
	"reference_no": "QGPLAI18041700000003",
	"type": "1",
	"hold_on_remark": "test"
}

响应JSON:

{
	"ask": "Success",
	"message": "Success",
	"reference_no": "QGPLAI18041700000003",
	"type": "1",
	"time_cost(s)": 0.81425499916077
}

###paramsJson参数:

参数名 数据类型 是否必须 说明
reference_no string require 单号
type int require 单号类型:1-运单号,2-客户订单号,3-跟踪号
hold_on_remark string require 拦截原因

response参数:

参数名 数据类型 说明
ask string
参考response公共参数
type int 单号类型:1-运单号,2-客户订单号,3-跟踪号
reference_no string 请求的单号
message string
参考response公共参数
Error object
参考Error格式

|