Send a order
- Interface Path: /send/new/createSend
- Request method: POST
Parameter
| Parameter name | Required | type | instructions | Value of the sample | 
|---|---|---|---|---|
| expressCompanyType | No | String | - | SF | 
| expressProduct | No | Long | - | 1001 | 
| receiverProvinceName | No | String | Recipient-provinces | Guangdong provinces | 
| receiverCityName | No | String | Recipient-municipal | Shenzhen municipal | 
| receiverCountryName | No | String | Recipient-region | Nanshan region | 
| receiverAddressDetail | No | String | Recipient Detailed address | Software industry base | 
| receiverName | No | String | Recipient name | dxd | 
| receiverContact | No | String | Recipient mobile | 15811059617 | 
| senderProvinceName | No | String | The sender provinces | Guangdongprovinces | 
| senderCityName | No | String | The sendermunicipal | Shenzhenmunicipal | 
| senderCountryName | No | String | The senderregion | Nanshan region | 
| senderAddressDetail | No | String | The senderDetailed address | Software industry base | 
| senderName | No | String | The sendername | zy | 
| senderContact | No | String | The sendermobile | 18710081087 | 
| expressType | No | Long | - | 1 | 
| goodsNum | No | Long | - | 2 | 
| insuredPrice | No | Long | - | 10000 | 
| itemType | No | String | - | Electronic products, | 
| itemWeight | No | Double | The parcel weighs | 1.5 | 
| payType | No | Long | Payment 1. Send pay month knot 2. Send cash and (3) to pay | 2 | 
| userPhone | No | String | - | 18710081087 | 
| thirdOrderId | No | String | The third Fang Chan no. | 136548789 | 
| Remark | No | String | - | The order of the | 
| thirdCode | No | String | - | - | 
| monthlyCard | No | String | - | - | 
| extraInfo | No | Object | - | - | 
| ori_client_code | No | String | - | wphzg | 
Return parameter description
| Parameter name | type | instructions | Value of the sample | 
|---|---|---|---|
| Code | String | - | 000000000 | 
| Msg | String | - | success | 
| Data | Object | - | - | 
Return the sample
{
  "msg": "success",
  "code": "000000000",
  "data": ""
}