...
| 代码块 | ||
|---|---|---|
| ||
{
"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,
"customSurchargeListfeeDetailList": [
{
"amount": 11,
"currency": "USD",
"feeName": "测试一下AAAAA",
"type": 100
},
{
"amount": 350,
"currency": "USD",
"feeName": "报关费",
"type": 103
},
{
"amount": 20,
"currency": "USD",
"feeName": "超重附加费",
"type": 106
}
],
}
]
} |
返回字段描述:
| 字段名 | 类型 | 描述 | ||||
|---|---|---|---|---|---|---|
| channelName | String | 服务名称 | ||||
| channelId | Long | 渠道ID | ||||
| channelCode | String | 渠道代码 | ||||
| totalWeightDeclared | BigDecimal | 总重量 | ||||
| totalVolumeDeclared | BigDecimal | 总体积 | ||||
| chargeWeight | BigDecilam | 计费重 | ||||
| basicRate | String | 基本运费(含币种) | ||||
| additionalCosts | String | 额外费用(含币种) | ||||
| valueAddedTax | String | 增值税(含币种) | ||||
| dutyFree | String | 关税(含币种) | ||||
| insuranceFee | String | 保险费(含币种) | ||||
| totalAmount | String | 总价(含币种) | ||||
| totalAmountSort | BigDecimal | 总价值 | ||||
| newSurchargeFee | String | 偏远地区附加费 | ||||
| fuelSurcharge | String | 燃油附加费 | ||||
| securitySurcharge | 安全管理费 | |||||
| otherSurcharge | 其他附加费 | |||||
| residentialSurcharge | 住宅地址附加费 | |||||
| batterySurcharge | 电池附加费 | |||||
| weightPrice | BigDecimal | 重量单价 | ||||
| orderPride | BigDecimal | 单票价格 | ||||
| customSurchargeListfeeDetailList | List | 自定义附加费信息列表费用明细列表 | ||||
| customSurchargeListfeeDetailList[].amount | StringBigDecimal | 金额(含币种) | ||||
| customSurchargeList.costNameEn | String | 自定义附加费类型名称(英文) | ||||
| customSurchargeList.costNameCn | String | 自定义附加费类型名称 | ||||
| customSurchargeList | ||||||
| feeDetailList[].feeName | String | 自定义附加费名称费用名称 | ||||
| customSurchargeListfeeDetailList[].feeNameEncurrency | String | 自定义附加费名称(英文)币种 | ||||
| customSurchargeListfeeDetailList[].remarktype | String费用类型备注 | 4:基本运费 customSurchargeList.remarkEn6:关税 String7:增值税 英文备注8:保险费 customSurchargeList.weightStart100:偏远地区附加费 BigDecimal101:燃油附加费 起始重量102:安全管理费 customSurchargeList.weightEnd103:其他附加费 BigDecimal104:住宅地址附加费 | 结束重量 | customSurchargeList.firstPrice | BigDecimal | 首单价格 105:电池附加费 106:自定义附加费 |