Order Handover Confirmation

Brief

ONLY FOR ORDER(TMS)

URL

/v1/order/handover/confirm

Method

get

Request Parameter

Parameter Name Sample Mandatory Type Instructions
referenceNo X001 YES string ERP Numebr or track Number,anyone will do
trackNumebr TN2403265894C YES string ERP Numebr or track Number,anyone will do

Sample of sussess return

{
“msg”: “交接确认成功”,
“code”: 200
}

Instructions of sample of failure return

Parameter Name Type Instructions
msg string Message
code string code
data string 20:success

Sample of failure return

{
“msg”: “确认交接失败”,
“code”: 500
}

Instructions of sample of failure return

Parameter Name Type Instructions
errcode string Wrong code
msg string no
msg string no
作者:关冲  创建时间:2025-10-31 10:59
最后编辑:关冲  更新时间:2025-11-14 17:05