Cancel the order


  • Interface Path: /send/new/cancelSend
  • Request method: POST

Parameter

Parameter nameRequiredtypeinstructionsValue of the sample
sendIdNoStringSend a single number2020082700107010
cancelTimeNoStringCancel the time2020/9/11 12:21
expressNoNoStringCourier number2020082700107010
cancelTypeNoLong-1
servicePointIdNoLong-1
cancelSourceNoLong-1
thirdOrderIdNoString-2020082700107010
cancelEmpNoString-yy
outerIdNoString-2020082700107010
cancelReasonNoString-No reason to return
hasGoodsNoBoolean-TRUE
userIdNoLong-2020082700107010

Return parameter description

Parameter nametypeinstructionsValue of the sample
codeString-000000000
msgString-success
dataObject--
addressDetailString-Escape greenview gardens li shadow B in empty space
cityNameString-Guangzhou municipal
pointCodeString-FC0200985
resultCodeString-0
countryNameString-zhuhai region
provinceNameString-Guangdongprovinces
cancelCodeString-47814987
resultMsgString-Order cancellation is successful, if you have to pay the freight, will be within three working days after the cancellation of the original road to return.
statusString-TRUE

Return the sample

{
  "msg": "success",
  "code": "000000000",
  "data": {
    "addressDetail": "Escape  greenview  gardens  li shadow  B in empty  space",
    "cityName": "广州  municipal",
    "pointCode": "FC0200985",
    "resultCode": "0",
    "countryName": "海珠区",
    "provinceName": "Guangdongprovinces",
    "cancelCode": "47814987",
    "resultMsg": "订单取消成功,如您已支付运费,将在订单取消后 3 个工作日内原路退回。",
    "status": "true"
  }
}