...
| 代码块 |
|---|
{
"departureCountry": "CN",
"departureState": "Guangdong",
"departureCity": "Shenzhen",
"departurePostCode": "518000",
"destinationCountry": "US",
"destinationState": "California",
"destinationCity": "Los Angeles",
"destinationPostCode": "90210",
"departureWarehouseCode": "SZ001",
"warehouseCode": "LAX001",
"boxNumber": 2,
"totalWeightDeclared": 15.50,
"totalVolumeDeclared": 0.125,
"etdStartedvalidityStart": "2024-12-01 00:00:00",
"etdEndedvalidityEnd": "2024-12-15 00:00:00",
"shipper": 12345
} |
...
字段名 | 是否必填项 | 类型 | 描述 |
| departureCountry | String | 始发地国家 | |
| departureState | String | 始发地省州 | |
| departureCity | String | 始发地城市 | |
| departurePostCode | String | 始发地邮编 | |
| departureWarehouseCode | String | 始发地仓库代码 | |
| destinationCountry | String | 目的地国家 | |
| destinationState | String | 目的地省州 | |
| destinationCity | String | 目的地城市 | |
| destinationPostCode | String | 目的地邮编 | |
| warehouseCode | String | 目的地仓库代码 | |
| boxNumber | Integer | 箱数 | |
| totalWeightDeclared | BigDecimal | 总重量 | |
| totalVolumeDeclared | BigDecimal | 总体积 | |
validityEnd | Date | 船期结束 | |
validityStart | Date | 船期开始 | |
| shipper | Integer | 发货人id |
相关时序图描述
返回内容如下
...
返回内容如下
| 代码块 | ||
|---|---|---|
| ||
{
"code": 200,
"message": "success",
"data": [
{
"additionalCosts": "28.00CNY",
"basicRate": "10.00 CNY",
"basicRateDetailId": "1774638886840958976",
"batterySurcharge": "0",
"channelCode": "jlcsqx-1",
"channelId": "1777576458869276672",
"channelName": "jl测试权限1",
"channelNameEn": "",
"chargeUnit": "KG",
"chargeWeight": 1,
"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",
"voyageEnd": "",
"voyageStart": ""
}
],
"fuelSurcharge": "10.00 CNY",
"id": "1777576458869276672",
"insuranceFee": "0",
"lineHaulType": 1,
"maxTransitTime": "",
"minTransitTime": "",
"newSurchargeFee": "0.00 CNY",
"orderPride": "",
"otherSurcharge": "5.00 CNY",
"preciseTransitTime": "",
"remark": "<p>备注中文</p>",
"remarkEn": "<p>备注英文</p>",
"residentialSurcharge": "8.00 CNY",
"securitySurcharge": "5.00 CNY",
"specialSurchargeRateDetailIds": "",
"specialSurchargeRateIds": "",
"totalAmount": "38.00 CNY",
"totalAmountSort": 38,
"totalVolumeDeclared": 1,
"totalWeightDeclared": 1,
"valueAddedTax": "0",
"valueAddedTaxId": "",
"weightPrice": ""
}
]
} |
返回字段描述:
| 字段名 | 类型 | 描述 |
|---|---|---|
| channelName | String | 服务名称 |
| channelId | Long | 渠道ID |
| channelCode | String | 渠道代码 |
| totalWeightDeclared | BigDecimal | 总重量 |
| totalVolumeDeclared | BigDecimal | 总体积 |
| chargeWeight | BigDecimal | 计费重 |
| firstWeight | BigDecimal | 首重 |
| remark | String | 备注中文 |
| remarkEn | String | 备注英文 |
| chargeUnit | String | 计费单位(KG / CBM) |
| basicRate | String | 基本运费总计(含币种) |
| additionalCosts | String | 额外费用总计(含币种)(附加费+关税+增值税) |
| revalueAddedTax | 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 | 额外费用 |