Modify sent item order information


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

Parameter

Parameter nameRequiredtypeinstructions
itemTypeNoString-
sendIdNoString-
receiverCountryNameNoString-
receiverContactNoString-
receiverNameNoString-
userPhoneNoString-
receiverAddressDetailNoString-
payTypeNoString-
receiverCityNameNoString-
goodsNumNoString-
insuredPriceNoString-
receiverProvinceNameNoString-
itemWeightNoString-
expressProductNoString-
couponIdNoStringcouponsid

Return parameter description

Parameter nametypeinstructionsValue of the sample
CodeString-000000000
MsgString-success
DataObject--
sendIdString--
expressNoString--
pointNameString--
sendCodeString--
SmallboxpriceString--
discountAmountString--
pointCountryNameString--
sendCodeInvalidTimeString--
paymentAmountString--
pointProvinceNameString--
expressCompanyNameString--
outerOrderIdString--
totalAmountString--
pointCityNameString--
expressCompanyIdString--
MiddleboxpriceString--
pointAddressDetailString--
BigboxpriceString--

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": ""  }}