<aside> 💡 항구의 정체 상황이나 원하는 항구에 대한 선박 입/출항 정보등을 확인할 수 있는 Port Insight 입니다. 해당 서비스를 구독하고 있다면 상기 화면을 고객의 시스템 내에 Embed되거나 Link를 통해 접근할 수 있습니다.

</aside>

예시(활용) 화면

Untitled

Request URL

// Booking No.를 통한 조회
<https://svmp.seavantage.com/#/port/insight?authToken={your-auth-Token}&portId={port-id}>

// Additional Option

// Left Navigation state parameter
drawer=true                    : 표시 (기본값)
drawer=false                   : 숨기기

// Direct Navigation parameter
selectedPage=Dashboard         : Dashboard (기본값)
selectedPage=Predicted         : Ships predicted to arrive
selectedPage=Waiting           : Waiting ships
selectedPage=Working           : Working ships
selectedPage=Departed          : Ships predicted to arrive
selectedPage=POI               : Point of interest

// Ex)
<https://svmp.seavantage.com/#/port/insight?authToken={your-auth-Token}&portId={port-id}&drawer=false&selectedPage=Dashboard>

<aside> 💡 Port Insight 화면을 다른 시스템 내부에 Embed 하시려면 아래 내용을 참조하세요

</aside>

<iframe src="<https://svmp.seavantage.com/#/port/insight?authToken={your-auth-Token}&portId={port-id}>" style="border:1px #000000 solid;" name="cargoTracking" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="780px" width="1200px" allowfullscreen></iframe>