...
| 代码块 | ||
|---|---|---|
| ||
{
"code": 200,
"message": "success",
"data": [
{
"additionalCosts": "28.00CNY",
"basicRate": "10.00 CNY",
"basicRateDetailId": "channelName"1774638886840958976",
"batterySurcharge": "DHL快递服务0",
"channelCode": "jlcsqx-1",
"channelId": 1001"1777576458869276672",
"channelName": "jl测试权限1",
"channelNameEn": "channelCode"",
"chargeUnit": "DHL001KG",
"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
{
"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,
"feeDetailList": [
{
"amount": 11,
"currency": "USD1,
"firstWeight":10.00,
"customSurchargeList": [
{
"additionalWeightUnitPrice": "",
"amount": "0.000 CNY",
"costNameCn": "特殊燃油附加费",
"costNameEn": "Special Fuel Charge",
"customChargeType": "",
"feeName": "CBM-比例",
"feeNameEn": "",
"firstPrice": "",
"firstWeight": "",
"id": "",
"remark": "",
"remarkEn": "",
"type": "SPECIAL_SURCHARGE",
"weightEnd": "",
"weightStart": ""
}
],
"dutyFree": "0",
"etdDate": "",
"feeDetailList": [
{
"amount": 10,
"currency": "CNY",
"feeName": "SammyTest大包基本运费20240401(KG)",
"type": 4,
"validityEnd": "",
"validityStart": "2024-04-01 00:00:00",
"voyageEnd": 8,
"voyageStart": 1
},
{
"amount": 10,
"currency": "CNY",
"feeName": "",
"type": 101,
"validityEnd": "",
"validityStart": "",
"voyageEnd": "",
"voyageStart": ""
},
{
"amount": 5,
"currency": "CNY",
"feeName": "SammyTest(安全管理费)",
"type": 102,
"validityEnd": "",
"validityStart": "2024-01-09 00:00:00",
"voyageEnd": "",
"voyageStart": ""
},
{
"amount": 5,
"currency": "CNY",
"feeName": "SammyTest(其他附加费)",
"type": 103,
"validityEnd": "",
"validityStart": "2024-01-09 00:00:00",
"voyageEnd": "",
"voyageStart": ""
},
{
"amount": 8,
"currency": "CNY",
"feeName": "SammyTest(住宅地址附加费)",
"type": 104,
"validityEnd": "",
"validityStart": "2024-01-09 00:00:00",
"feeNamevoyageEnd": "测试一下AAAAA",
"typevoyageStart": 100""
}
],
{
"fuelSurcharge": "10.00 CNY",
"id": "1777576458869276672",
"insuranceFee": "0",
"amountlineHaulType": 3501,
"maxTransitTime": "",
"currencyminTransitTime": "USD",
"newSurchargeFee": "0.00 CNY",
"feeNameorderPride": "报关费",
"otherSurcharge": "5.00 CNY",
"typepreciseTransitTime": 103"",
}"remark": "<p>备注中文</p>",
{
"remarkEn": "<p>备注英文</p>",
"residentialSurcharge": "8.00 CNY",
"amountsecuritySurcharge": 20 "5.00 CNY",
"specialSurchargeRateDetailIds": "",
"currencyspecialSurchargeRateIds": "USD",
"feeNametotalAmount": "超重附加费38.00 CNY",
"totalAmountSort": 38,
"typetotalVolumeDeclared": 1061,
}"totalWeightDeclared": 1,
]"valueAddedTax": "0",
"valueAddedTaxId": "",
"weightPrice": ""
}
]
} |
返回字段描述:
| 字段名 | 类型 | 描述 |
|---|---|---|
| channelName | String | 服务名称 |
| channelId | Long | 渠道ID |
| channelCode | String | 渠道代码 |
| totalWeightDeclared | BigDecimal | 总重量 |
| totalVolumeDeclared | BigDecimal | 总体积 |
| chargeWeight | BigDecilamBigDecimal | 计费重 |
| firstWeight | BigDecimal | 首重 |
| remark | String | 备注中文 |
| remarkEn | String | 备注英文 |
| chargeUnit | String | 计费单位(KG / CBM) |
| basicRate | String | 基本运费总计(含币种) |
| additionalCosts | String | 额外费用总计(含币种)(附加费+关税+增值税) |
| valueAddedTaxrevalueAddedTax | String | 增值税总计(含币种) |
| dutyFree | String | 关税总计(含币种) |
| insuranceFee | String | 保险费总计(含币种) |
| totalAmount | String | 总价总计(含币种) |
| totalAmountSort | BigDecimal | 总价值总计 |
| newSurchargeFee | String | 偏远地区附加费总计 |
| fuelSurcharge | String | 燃油附加费总计 |
| securitySurcharge | 安全管理费总计 | |
| otherSurcharge | 其他附加费总计 | |
| residentialSurcharge | 住宅地址附加费总计 | |
| batterySurcharge | 电池附加费总计 | |
| weightPrice | BigDecimal | 重量单价 |
| orderPride | BigDecimal | 单票价格 |
| lineHaulType | Integer | 干线运输类型1-海运 2-空运 |
maxTransitTime | Integer | 服务最大时效 |
| minTransitTime | Integer | 服务最小时效 |
preciseTransitTime | Integer | 服务精确时效 |
| feeDetailList | List | 费用明细列表 |
| feeDetailList[].amount | BigDecimal | 金额 |
| feeDetailList[].feeName | String | 费用名称 |
| feeDetailList[].currency | String | 币种 |
| feeDetailList[].validityStart | String | 有效期开始时间 |
| feeDetailList[].validityEnd | String | 有效期截止时间 |
| feeDetailList[].voyageStart | Integer | 最大航程 |
| feeDetailList[].voyageEnd | Integer | 航程结束 |
| feeDetailList[].type | 费用类型 | 4:基本运费 6:关税 7:增值税 100:偏远地区附加费 101:燃油附加费 102:安全管理费 103:其他附加费 104:住宅地址附加费 105:电池附加费 106:自定义附加费 |
| feeDetailList[].unitPrice | BigDecimal | 单价 |
| feeDetailList[].unit | String | 单位 KG 重量 |
feeDetailList[].extraCharges | BigDecimal | 额外费用 |