版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
languagejava
{
    "code": 200,
    "message": "success",
    "data": [
      {
        "channelName": "DHL快递服务",
        "channelId": 1001,
        "channelCode": "DHL001",
        "chargeWeight": 15.50,
        "totalWeightDeclared": 15.50,
        "totalVolumeDeclared": 0.125,
        "basicRate": "705.25USD",
        "additionalCosts": "25.00USD",
        "basicRateDetailId": 50001,
        "valueAddedTax": "0USD",
        "valueAddedTaxId": null,
        "dutyFree": "0USD",
        "insuranceFee": "0USD",
        "etdDate": "2024-12-05T10:00:00.000Z",
        "totalAmount": "730.25USD",
        "totalAmountSort": 730.25,
        "newSurchargeFee": "0USD",
        "fuelSurcharge": "25.00USD",
        "securitySurcharge": "0USD",
        "otherSurcharge": "0USD",
        "residentialSurcharge": "0USD",
        "batterySurcharge": "0USD",
        "weightPrice": 45.50,
        "orderPride": 120.00,
        "customSurchargeList":[
				{
					"amount":"0.000 CNY",
					"costNameCn":"特殊燃油附加费",
					"costNameEn":"Special Fuel Charge",
					"customChargeType":"",
					"feeName":"CBM-比例",
					"feeNameEn":"",
					"firstPrice":"",
					"firstWeight":"",
					"remark":"",
					"remarkEn":"",
					"type":"SPECIAL_SURCHARGE",
					"weightEnd":"",
					"weightStart":""
				}
			],
      },
      {
        "channelName": "UPS标准服务",
        "channelId": 1002,
        "channelCode": "UPS001",
        "chargeWeight": 15.50,
        "totalWeightDeclared": 15.50,
        "totalVolumeDeclared": 0.125,
        "basicRate": "592.10USD",
        "additionalCosts": "15.00USD",
        "valueAddedTax": "0USD",
        "dutyFree": "0USD",
        "insuranceFee": "0USD",
        "etdDate": "2024-12-06 14:00:00",
        "totalAmount": "607.10USD",
        "totalAmountSort": 607.10,
        "newSurchargeFee": "0USD",
        "fuelSurcharge": "15.00USD",
        "securitySurcharge": "0USD",
        "otherSurcharge": "0USD",
        "residentialSurcharge": "0USD",
        "batterySurcharge": "0USD",
        "weightPrice": 38.20,
        "orderPride": 95.00,
        "customSurchargeList": []
      }
    ]
  }

返回字段描述:

字段名类型描述
channelNameString服务名称
channelIdLong渠道ID
channelCodeString渠道代码
totalWeightDeclaredBigDecimal总重量
totalVolumeDeclaredBigDecimal总体积
chargeWeightBigDecilam计费重
basicRateString基本运费(含币种)
additionalCostsString额外费用(含币种)
valueAddedTaxString增值税(含币种)
dutyFreeString关税(含币种)
insuranceFeeString保险费(含币种)
totalAmountString总价(含币种)
totalAmountSortBigDecimal总价值
newSurchargeFeeString偏远地区附加费
fuelSurchargeString燃油附加费
securitySurcharge
安全管理费
otherSurcharge
其他附加费
residentialSurcharge
住宅地址附加费
batterySurcharge
电池附加费
weightPriceBigDecimal重量单价
orderPrideBigDecimal单票价格
customSurchargeListList自定义附加费信息列表
customSurchargeList.amountString金额(含币种)
customSurchargeList.costNameEnString自定义附加费类型名称(英文)
customSurchargeList.costNameCnString自定义附加费类型名称
customSurchargeList.feeNameString自定义附加费名称
customSurchargeList.feeNameEnString自定义附加费名称(英文)
customSurchargeList.remarkString备注
customSurchargeList.remarkEnString英文备注
customSurchargeList.weightStartBigDecimal起始重量
customSurchargeList.weightEndBigDecimal结束重量
customSurchargeList.firstPriceBigDecimal首单价格
customSurchargeList.typeString类型