Modify sent item order information
- Interface Path:
/send/new/updateSend - Request method:
POST
Parameter
| Parameter name | Required | type | instructions |
|---|---|---|---|
| itemType | No | String | - |
| sendId | No | String | - |
| receiverCountryName | No | String | - |
| receiverContact | No | String | - |
| receiverName | No | String | - |
| userPhone | No | String | - |
| receiverAddressDetail | No | String | - |
| payType | No | String | - |
| receiverCityName | No | String | - |
| goodsNum | No | String | - |
| insuredPrice | No | String | - |
| receiverProvinceName | No | String | - |
| itemWeight | No | String | - |
| expressProduct | No | String | - |
| couponId | No | String | couponsid |
Return parameter description
| Parameter name | type | instructions | Value of the sample |
|---|---|---|---|
| Code | String | - | 000000000 |
| Msg | String | - | success |
| Data | Object | - | - |
| sendId | String | - | - |
| expressNo | String | - | - |
| pointName | String | - | - |
| sendCode | String | - | - |
| Smallboxprice | String | - | - |
| discountAmount | String | - | - |
| pointCountryName | String | - | - |
| sendCodeInvalidTime | String | - | - |
| paymentAmount | String | - | - |
| pointProvinceName | String | - | - |
| expressCompanyName | String | - | - |
| outerOrderId | String | - | - |
| totalAmount | String | - | - |
| pointCityName | String | - | - |
| expressCompanyId | String | - | - |
| Middleboxprice | String | - | - |
| pointAddressDetail | String | - | - |
| Bigboxprice | String | - | - |
Return the sample
{
"msg": "success",
"code": "000000000",
"data": {
"sendId": "",
"expressNo": "",
"pointName": "",
"sendCode": "",
"smallboxprice": "",
"discountAmount": "",
"pointCountryName": "",
"sendCodeInvalidTime": "",
"paymentAmount": "",
"pointProvinceName": "",
"expressCompanyName": "",
"outerOrderId": "",
"totalAmount": "",
"pointCityName": "",
"expressCompanyId": "",
"middleboxprice": "",
"pointAddressDetail": "",
"bigboxprice": ""
}
}