POST ewbservice/querycalcweightandgoodsprop

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": {
    "volWeight": 1.0,
    "volWeight1": 2.0,
    "countMode": 3,
    "goodsProperty": 4,
    "goodsPropName": "sample string 5",
    "calcWeight": 6.0,
    "transCalcWeight": 7.0,
    "transCalcVWeight": 8.0,
    "transVolWeightReal": 9.0,
    "volWeightReal": 10.0,
    "distationCalcWeight": 11.0,
    "distationVolWeight": 12.0,
    "distationVolWeightReal": 13.0
  },
  "Counts": 1,
  "Code": "sample string 2",
  "Message": "sample string 3",
  "IsSuccess": true
}