Cancel the order
- Interface Path:
/send/new/cancelSend
- Request method:
POST
Parameter
Parameter name | Required | type | instructions | Value of the sample |
---|---|---|---|---|
sendId | No | String | Send a single number | 2020082700107010 |
cancelTime | No | String | Cancel the time | 2020/9/11 12:21 |
expressNo | No | String | Courier number | 2020082700107010 |
cancelType | No | Long | - | 1 |
servicePointId | No | Long | - | 1 |
cancelSource | No | Long | - | 1 |
thirdOrderId | No | String | - | 2020082700107010 |
cancelEmp | No | String | - | yy |
outerId | No | String | - | 2020082700107010 |
cancelReason | No | String | - | No reason to return |
hasGoods | No | Boolean | - | TRUE |
userId | No | Long | - | 2020082700107010 |
Return parameter description
Parameter name | type | instructions | Value of the sample |
---|---|---|---|
code | String | - | 000000000 |
msg | String | - | success |
data | Object | - | - |
addressDetail | String | - | Escape greenview gardens li shadow B in empty space |
cityName | String | - | Guangzhou municipal |
pointCode | String | - | FC0200985 |
resultCode | String | - | 0 |
countryName | String | - | zhuhai region |
provinceName | String | - | Guangdongprovinces |
cancelCode | String | - | 47814987 |
resultMsg | String | - | 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. |
status | String | - | 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"
}
}