Obtain Port charges
POST
请求参数
Query Params
companyCode
string
required
token
string
required
Body Params application/json
polCd
string
Port of departure code
podCd
string
Discharge Port Code
carrierCd
string
Yundang Standard Shipowner Code
Example
{
"polCd": "string",
"podCd": "string",
"carrierCd": "string"
}
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
code
string
Status Code
200=sucess,other=failure
type
string
Type
success、warning、error
message
string
Error message
time
string
Time
result
object
Result set
docFee
object
Documentation charge
tlxFee
object
Telex release charge
edocFee
object
Export document handling charge
infoFee
object
Information transmission charge
sealFee
object
Sealing charge
eirFee
object
Equipment delivery fee
othcFee
object
Terminal Handling Charge
Example
{
"code": "string",
"type": "string",
"message": "string",
"time": "string",
"result": {
"docFee": {
"feeName": "string",
"type": 0,
"fee": "string"
},
"tlxFee": {
"feeName": "string",
"type": "string",
"fee": "string"
},
"edocFee": {
"feeName": "string",
"type": "string",
"fee": "string"
},
"infoFee": {
"feeName": "string",
"type": "string",
"fee": "string"
},
"sealFee": {
"feeName": "string",
"type": "string",
"fee": "string"
},
"eirFee": {
"feeName": "string",
"type": "string",
"fee": "string"
},
"othcFee": {
"feeName": "string",
"type": "string",
"fee": "string"
}
}
}
Last modified: 1 个月前