{
"polCd": "string",
"podCd": "string",
"carrierCd": "string",
"vessel": "string",
"voyage": "string"
}curl --location --globoff 'https://api.trackingeyes.com/api/localCharge/queryOptime?companyCode=undefined&token=[%E8%8E%B7%E5%8F%96Token]%E6%8E%A5%E5%8F%A3%E8%BF%94%E5%9B%9E%E7%9A%84result%E5%80%BC%20%20%20%20&orgCode=undefined' \
--header 'Content-Type: application/json' \
--data '{
"polCd": "string",
"podCd": "string",
"carrierCd": "string",
"vessel": "string",
"voyage": "string"
}'{
"code": 200,
"type": "success",
"message": "",
"result": {
"polCd": "CNDCW",
"podCd": "IDSUB",
"carrierCd": "MSC",
"vessel": "MSC ALABAMA III",
"voyage": "HW512A",
"etd": "2025-04-08 00:00:00",
"pol_eta": "2025-04-07 00:00:00",
"bookingCutoff": "",
"cyOpen": "",
"cyClose": "",
"cutoff": "",
"customCutoff": "",
"siCutoff": "",
"vgmCutoff": "",
"estimatedBookingCutoff": "",
"estimatedCyOpen": "2025-04-01 00:00:00",
"estimatedCyClose": "2025-04-06 12:00:00",
"estimatedCutoff": "",
"estimatedCustomCutoff": "2025-04-06 17:00:00",
"estimatedSiCutoff": "2025-04-03 17:30:00",
"estimatedVgmCutoff": "2025-04-03 17:30:00"
},
"time": "2025-04-27 18:04:17",
"msgty": "S",
"status": "0"
}