POST order/saveorder
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| arg | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"arg": "sample string 1",
"appkey": "sample string 2",
"timestamp": "sample string 3",
"md5": "sample string 4",
"version": "sample string 5",
"macAddress": "sample string 6",
"ip": "sample string 7",
"appId": "sample string 8",
"token": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": {
"id": "sample string 1",
"waybillNo": "sample string 2",
"printSubFromTo": "sample string 3",
"senderName": "sample string 4",
"senderMobile": "sample string 5",
"senderPhone": "sample string 6",
"sendAddress": "sample string 7",
"senderCompany": "sample string 8",
"receiverName": "sample string 9",
"receiverMobile": "sample string 10",
"receiverPhone": "sample string 11",
"receiveAddress": "sample string 12",
"receiverCompany": "sample string 13",
"sendDate": "2026-02-04T10:04:52.9238228+08:00",
"totalPiece": 15,
"productTypeId": 16,
"productTypeName": "sample string 17",
"advantageProduct": 18,
"totalWeight": 19.0,
"calcWeight": 20.0,
"totalVol": 21.0,
"goodsProp": "sample string 22",
"sendSiteCode": "sample string 23",
"sendSiteId": 24,
"sendSiteName": "sample string 25",
"sendParentSiteName": "sample string 26",
"destSiteCode": "sample string 27",
"destSiteId": 28,
"destSiteName": "sample string 29",
"descParentSiteName": "sample string 30",
"destCenterId": 31,
"remark": "sample string 32",
"goodsName": "sample string 33",
"packType": "sample string 34",
"pickType": "sample string 35",
"pickTypeId": 36,
"paymentTypeId": 37,
"paymentType": "sample string 38",
"freightAmount": 39.0,
"insuredAmount": 40.0,
"upStairsAmount": 41.0,
"boxCheckAmount": 42.0,
"otherAmount": 43.0,
"totalAmount": 44.0,
"checkAmount": 45.0,
"premiumAmount": 46.0,
"collectEmpCode": "sample string 47",
"collectEmpName": "sample string 48",
"matchType": 49,
"arrivedSmsFlag": 50,
"dispatchSmsFlag": 51,
"sendSmsFlag": 52,
"receiptWaybillNo": "sample string 53",
"receiptType": 1,
"receiptReturnType": 1,
"goodsCategory": 54,
"upward": 55,
"unPress": 56,
"dataSource": 57,
"senderCardNo": "sample string 58",
"senderCardType": 59,
"stairType": "sample string 60",
"specialNum": 61,
"maxLength": 62.0,
"goodsType": "sample string 63",
"status": 64,
"isTempStorage": true,
"pickCode": "sample string 66",
"volDetail": "sample string 67",
"createBy": "sample string 68",
"createTime": "2026-02-04T10:04:52.9238228+08:00"
},
"Counts": 1,
"Code": "sample string 2",
"Message": "sample string 3",
"IsSuccess": true
}