POST ewbservice/querycharge

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": {
    "UpStatus": "sample string 1",
    "EwbNo": "sample string 2",
    "SendSiteCode": "sample string 3",
    "SendSiteId": 4,
    "SendAddress": "sample string 5",
    "ReceiveAddress": "sample string 6",
    "ReceiveSite": "sample string 7",
    "Weight": 8.0,
    "Vol": 9.0,
    "Piece": 10,
    "ProductTypeName": "sample string 11",
    "GOODS_NAME": "sample string 12",
    "CALC_WEIGHT": 13.0,
    "PROVINCE": "sample string 14",
    "CITY": "sample string 15",
    "COUNTY": "sample string 16",
    "chargeItemFeeList": [
      {
        "chargeItemId": 1,
        "chargeItemAbbreviation": "sample string 2",
        "paramOutputOrder": 3,
        "amount": 4.0,
        "transType": 5
      },
      {
        "chargeItemId": 1,
        "chargeItemAbbreviation": "sample string 2",
        "paramOutputOrder": 3,
        "amount": 4.0,
        "transType": 5
      },
      {
        "chargeItemId": 1,
        "chargeItemAbbreviation": "sample string 2",
        "paramOutputOrder": 3,
        "amount": 4.0,
        "transType": 5
      }
    ],
    "CHARGE_ITEM_LIST": [
      1,
      2,
      3
    ]
  },
  "Counts": 1,
  "Code": "sample string 2",
  "Message": "sample string 3",
  "IsSuccess": true
}